修改呼叫号码

This commit is contained in:
“wanyongkang”
2025-06-18 09:46:33 +08:00
parent 79b0c7cf1c
commit cbf3c44f14

View File

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