Commit f996c7b4 authored by clone's avatar clone

修改提示语

parent 3bcd5241
......@@ -144,7 +144,7 @@ class Broker extends Basic
if ($params["phone"] != "13918937742") {
$is_login = $this->brokerService->judgeBand($params["device_id"], $agents_data['id'], $params["model"], 0, $params["push_id"], 0);
if (!$is_login) {
return $this->response("102", "该账号没有绑定该手机,请致电财务徐伟洋进行绑定。");
return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务徐伟洋。");
}
}
......
......@@ -76,7 +76,7 @@ class Login extends Basic
}
if ($user_data['status'] != 0 || $user_data['admin_off'] != '0' || empty($auth_group_id)) {
return $this->response('101', '没有后台登录权限,请致电财务徐伟洋');
return $this->response('101', '没有后台登录权限,请先向店长申请,由店长致电财务徐伟洋。');
}
$last_login_ip = ip2long($this->request->ip());
......@@ -85,7 +85,7 @@ class Login extends Basic
//判断设备id是否存在
$is_login = $this->brokerService->judgeBand($last_login_ip, $user_data['id'], $model, 0,$only_id , 1);
if (!$is_login) {
return $this->response("102", "该账号没有绑定该设备的浏览器,请致电财务徐伟洋进行绑定。");
return $this->response("102", "该账号没有绑定该设备的浏览器,请先向店长申请,由店长致电财务徐伟洋。");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment