url认证
This commit is contained in:
@@ -17,6 +17,11 @@ class Allow
|
||||
result([], '', 10000);die;
|
||||
}
|
||||
|
||||
if (strpos($get['url'], '/order/buyi') !== false) {
|
||||
result([], '', 10000);die;
|
||||
}
|
||||
|
||||
|
||||
if(!in_array($get['id'],$allow_ids)){
|
||||
//获取
|
||||
$info = $manager_model->field('*')
|
||||
|
||||
Reference in New Issue
Block a user