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