Commit ba08136c authored by clone's avatar clone

bug

parent dce4f690
......@@ -83,7 +83,7 @@ class Login extends Basic
//判断设备id是否存在
$is_login = $this->brokerService->judgeBand($last_login_ip, $user_data['id'], $model, 0, $user_data['phone'], 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