修改电话维护的电话对应

This commit is contained in:
“wanyongkang”
2024-10-09 15:22:21 +08:00
parent db9b9726eb
commit 37b7ac4c49

View File

@@ -717,7 +717,7 @@ class UserFollow extends Controller
$data = json_decode(file_get_contents("php://input"), true);
$phone = $data['phone'];
$callers = ['1017'=>'15225139515','1029'=>'15713870747','1030'=>'15111748058'];
$callers = ['1017'=>'15225139515','1029'=>'15713870747','1032'=>'15290427047'];
$operaterids = ['1017','1029','1030'];
if (!in_array($this->userinfo['OperaterID'],$operaterids)) {