Commit a7274136 authored by clone's avatar clone

1

parent b13b8b6a
......@@ -191,7 +191,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", "该账号没有绑定该手机,请先向店长申请,由店长致电财务葛靖伟。");
}
}
......@@ -271,7 +271,7 @@ class Broker extends Basic
if ($is_visit) {
return $this->response("200", "success", []);
} else {
return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务董飞。");
return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务葛靖伟。");
}
}
}
......
......@@ -106,7 +106,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());
......@@ -123,7 +123,7 @@ class Login extends Basic
$is_login = $this->brokerService->judgeBand($last_login_ip, $user_data['id'], $model, 0,$only_id , $is_pc);
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