添加解除限制的标记
This commit is contained in:
@@ -435,6 +435,17 @@ class Jinyoujt extends Controller
|
||||
if ($package[0] == '静态') {
|
||||
$type = 0;
|
||||
}
|
||||
|
||||
$where = [
|
||||
'ProductId' => $data['productId'],
|
||||
'DeleteTag' => 0,
|
||||
'Account' => $data['account']
|
||||
];
|
||||
|
||||
$account_model = new AccountModel;
|
||||
|
||||
$account_model->updateOne($where, ['im' => '1']);
|
||||
|
||||
$jinyou = new Jinyoujingtai();
|
||||
$status = $jinyou::setFirewallStatus($data['account'],$type,121);
|
||||
echo json_encode(['Code'=>30000,]);
|
||||
|
||||
Reference in New Issue
Block a user