From e768fdf8e11bc5647fc1be8491abe45a59cfd8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 21 Dec 2023 14:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9F=A9=E6=98=8A=E6=B1=9F?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E7=94=B5=E8=AF=9D=E4=B8=BA=E9=A9=AC=E8=8C=B9?= =?UTF-8?q?=E6=A2=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manager/controller/UserFollow.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/manager/controller/UserFollow.php b/app/manager/controller/UserFollow.php index 6240fcd..afe12c4 100644 --- a/app/manager/controller/UserFollow.php +++ b/app/manager/controller/UserFollow.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-10-13 19:52:37 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2023-12-05 16:19:42 + * @LastEditTime: 2023-12-21 14:45:06 */ namespace app\manager\controller; @@ -500,8 +500,8 @@ class UserFollow extends Controller $data = json_decode(file_get_contents("php://input"), true); $phone = $data['phone']; - $callers = ['1017'=>'15225139515','1029'=>'15713870747','1028'=>'15111748058']; - $operaterids = ['1017','1029','1028']; + $callers = ['1017'=>'15225139515','1029'=>'15713870747','1030'=>'15111748058']; + $operaterids = ['1017','1029','1030']; if (!in_array($this->userinfo['OperaterID'],$operaterids)) { die;