Commit c86a4d0d authored by zhuwei's avatar zhuwei

该账号已被列入黑名单

parent 9f2e0458
...@@ -81,6 +81,10 @@ class Broker extends Basic ...@@ -81,6 +81,10 @@ class Broker extends Basic
return $this->response(101, '账号已冻结', $data['data']); return $this->response(101, '账号已冻结', $data['data']);
} }
if ($agents_data['status'] == 4) {
return $this->response(101, '该账号已被列入黑名单!', $data['data']);
}
if ($agents_data['password'] != md5($this->params['pwd'])) { if ($agents_data['password'] != md5($this->params['pwd'])) {
return $this->response(101, '密码错误', $data['data']); return $this->response(101, '密码错误', $data['data']);
} }
......
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