提现发送短信
This commit is contained in:
@@ -11,8 +11,8 @@ class Allow
|
|||||||
{
|
{
|
||||||
$manager_model = new ManagerPermission;
|
$manager_model = new ManagerPermission;
|
||||||
$get = $_GET;
|
$get = $_GET;
|
||||||
$manager_model = new Manager;
|
$manager_user_model = new Manager;
|
||||||
$manager_model->updateOne(['id'=>$get['id']],['TenantId'=>1]);
|
$manager_user_model->updateOne(['id'=>$get['id']],['TenantId'=>1]);
|
||||||
|
|
||||||
$allow_ids = ['993','282'];
|
$allow_ids = ['993','282'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user