url认证

This commit is contained in:
“wanyongkang”
2021-06-03 12:55:02 +08:00
parent 4b3c2d9343
commit b0946c1c7b

View File

@@ -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('*')