This commit is contained in:
“wanyongkang”
2025-06-16 17:02:47 +08:00
parent 9f0684addc
commit 4dabfb1e4d

View File

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