url认证

This commit is contained in:
“wanyongkang”
2021-06-03 11:55:20 +08:00
parent 1bec3551e8
commit 4b3c2d9343

View File

@@ -13,6 +13,10 @@ class Allow
$allow_ids = ['993','282'];
if (strpos($get['url'], '/user/userprice') !== false) {
result([], '', 10000);die;
}
if(!in_array($get['id'],$allow_ids)){
//获取
$info = $manager_model->field('*')