客户经理电话号码修改

This commit is contained in:
“wanyongkang”
2023-10-27 16:24:45 +08:00
parent 3a4b6a13e8
commit f1533db93f

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-13 19:52:37
* @LastEditors: “wanyongkang” “937888580@qq.com”
* @LastEditTime: 2023-09-18 15:14:21
* @LastEditTime: 2023-10-27 16:24:29
*/
namespace app\manager\controller;
@@ -501,6 +501,11 @@ class UserFollow extends Controller
$phone = $data['phone'];
$callers = ['1017'=>'13523072998','1029'=>'15713870747','1028'=>'19503890845'];
$operaterids = ['1017','1029','1028'];
if (!in_array($this->userinfo['OperaterID'],$operaterids)) {
die;
}
$caller = $callers[$this->userinfo['OperaterID']];