Commit 74cff147 by java-李谡

修改锁定账户文案

parent 849888c1
...@@ -167,9 +167,9 @@ public class UserController { ...@@ -167,9 +167,9 @@ public class UserController {
} }
if (sealup) { if (sealup) {
System.out.println("该帐号已禁止登录"); System.out.println("账号已被锁定");
responseBean.setStatus(ErrorCode.STATUS_CODE_4101); responseBean.setStatus(ErrorCode.STATUS_CODE_4101);
responseBean.setMessage("该帐号已禁止登录"); responseBean.setMessage("账号已被锁定");
checkIpLimit(userIp); checkIpLimit(userIp);
return responseBean; return responseBean;
} }
......
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