Commit d90f957d authored by zhuwei's avatar zhuwei

黑名单提示

parent f00520b0
......@@ -153,6 +153,10 @@ class Broker extends Basic
}
}
if ($status == 4) {
return $this->response(101, '该账号已被列入黑名单!');
}
if ($status) {
return $this->response(101, '你目前是长假/离职状态,请联系人事进行更改');
}
......
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