Commit 56f6f7e9 authored by Quxl's avatar Quxl

x

parent 9c6353a1
......@@ -840,7 +840,7 @@ public class UserServiceImpl implements UserService {
if(StringUtil.isBlank(errorMsg)) {
errorMsg = "登陆失败";
}
return new XException((String)errorMsg);
return new XException((String)errorMsg, code);
}
......
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