From 9f0684addcdb2aca84349b386677835ccdf9529d 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 16:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=A8=E5=8F=B7=E5=8F=B7?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manager/controller/UserFollow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manager/controller/UserFollow.php b/app/manager/controller/UserFollow.php index ad46d86..5e7d714 100644 --- a/app/manager/controller/UserFollow.php +++ b/app/manager/controller/UserFollow.php @@ -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;