修改电话号码

This commit is contained in:
“wanyongkang”
2023-12-05 16:20:31 +08:00
parent 4c373c5203
commit 109b85987c

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-13 19:52:37
* @LastEditors: “wanyongkang” “937888580@qq.com”
* @LastEditTime: 2023-10-27 16:24:29
* @LastEditTime: 2023-12-05 16:19:42
*/
namespace app\manager\controller;
@@ -500,7 +500,7 @@ class UserFollow extends Controller
$data = json_decode(file_get_contents("php://input"), true);
$phone = $data['phone'];
$callers = ['1017'=>'13523072998','1029'=>'15713870747','1028'=>'19503890845'];
$callers = ['1017'=>'15225139515','1029'=>'15713870747','1028'=>'15111748058'];
$operaterids = ['1017','1029','1028'];
if (!in_array($this->userinfo['OperaterID'],$operaterids)) {