文函加入管理员

This commit is contained in:
“wanyongkang”
2024-04-15 13:38:01 +08:00
parent eb79e8e077
commit 4b8ebe20aa

View File

@@ -14,7 +14,7 @@ class Allow
$manager_user_model = new Manager;
$manager_user_model->updateOne(['id'=>$get['id']],['TenantId'=>1]);
$allow_ids = ['993','282'];
$allow_ids = ['993','282','1013'];
$get['url'] = explode('?',$get['url'])[0];