From 37b7ac4c49fafdd6e8432fcc0eb717cb24c0b36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 9 Oct 2024 15:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E8=AF=9D=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E7=9A=84=E7=94=B5=E8=AF=9D=E5=AF=B9=E5=BA=94?= 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 6bcff31..fdf13da 100644 --- a/app/manager/controller/UserFollow.php +++ b/app/manager/controller/UserFollow.php @@ -717,7 +717,7 @@ class UserFollow extends Controller $data = json_decode(file_get_contents("php://input"), true); $phone = $data['phone']; - $callers = ['1017'=>'15225139515','1029'=>'15713870747','1030'=>'15111748058']; + $callers = ['1017'=>'15225139515','1029'=>'15713870747','1032'=>'15290427047']; $operaterids = ['1017','1029','1030']; if (!in_array($this->userinfo['OperaterID'],$operaterids)) {