Commit 83ecaf88 authored by clone's avatar clone

1

parent 4e1874fd
...@@ -193,7 +193,7 @@ class Broker extends Basic ...@@ -193,7 +193,7 @@ class Broker extends Basic
if ($params["phone"] != "13918937742") { if ($params["phone"] != "13918937742") {
$is_login = $this->brokerService->judgeBand($params["device_id"], $agents_data['id'], $params["model"], 0, $params["push_id"], 0); $is_login = $this->brokerService->judgeBand($params["device_id"], $agents_data['id'], $params["model"], 0, $params["push_id"], 0);
if (!$is_login) { if (!$is_login) {
return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务葛靖伟。"); return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务刘刚。");
} }
} }
...@@ -273,7 +273,7 @@ class Broker extends Basic ...@@ -273,7 +273,7 @@ class Broker extends Basic
if ($is_visit) { if ($is_visit) {
return $this->response("200", "success", []); return $this->response("200", "success", []);
} else { } else {
return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务葛靖伟。"); return $this->response("102", "该账号没有绑定该手机,请先向店长申请,由店长致电财务刘刚。");
} }
} }
} }
......
...@@ -123,7 +123,7 @@ class Login extends Basic ...@@ -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); $is_login = $this->brokerService->judgeBand($last_login_ip, $user_data['id'], $model, 0,$only_id , $is_pc);
if (!$is_login) { 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