修改拨号号码

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

View File

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