Commit 9b650543 by 徐高华

错误提示

parent 8db036d7
...@@ -341,7 +341,9 @@ public class LoginController extends WebBaseController { ...@@ -341,7 +341,9 @@ public class LoginController extends WebBaseController {
return "通过手机号查询clerk,查询不到"; return "通过手机号查询clerk,查询不到";
} else if (code.equals("1004")) { } else if (code.equals("1004")) {
return "企微应用未授权"; return "企微应用未授权";
} else { } else if(code.equals("1006")) {
return "账号已冻结,请联系管理员" ;
} else {
return "系统异常"; return "系统异常";
} }
} }
......
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