【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-16 22:47:09 +08:00
parent 10823828db
commit 7909a35f1f

View File

@ -533,7 +533,7 @@ class PlaneController extends PublicController
$this->ajaxReturn(['status' => 0, 'msg' => '缺少参数 shop_id']);
return;
}
$shop_id = intval($_REQUEST['shop_id']); // 强制转 int
$shop_id = trim($_REQUEST['shop_id']); // 保留字符串,不转 int
}
// 获取禁飞区数据