【类 型】:
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
10823828db
commit
7909a35f1f
@ -533,7 +533,7 @@ class PlaneController extends PublicController
|
|||||||
$this->ajaxReturn(['status' => 0, 'msg' => '缺少参数 shop_id']);
|
$this->ajaxReturn(['status' => 0, 'msg' => '缺少参数 shop_id']);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$shop_id = intval($_REQUEST['shop_id']); // 强制转 int
|
$shop_id = trim($_REQUEST['shop_id']); // 保留字符串,不转 int
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取禁飞区数据
|
// 获取禁飞区数据
|
||||||
|
Loading…
Reference in New Issue
Block a user