From 4dabfb1e4d0e253f8af88f5591e6c49434542a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 16 Jun 2025 17:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=A8=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manager/controller/UserFollow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manager/controller/UserFollow.php b/app/manager/controller/UserFollow.php index 5e7d714..90148bc 100644 --- a/app/manager/controller/UserFollow.php +++ b/app/manager/controller/UserFollow.php @@ -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)) {