Commit 613fb3f95bca85a3d80838e6082802153e14d7b8

Authored by jiangjiazhi
1 parent efc0b25172

增加

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/session/strategy/LocalCacheSessionStrategy.java View file @ 613fb3f
... ... @@ -96,6 +96,7 @@
96 96 @Override
97 97 public LoginContext register(String userId, String phone, String account, String pwd) {
98 98 LoginContext loginContext = new LoginContext();
  99 + loginContext.setErrorcode(0);
99 100 return loginContext;
100 101 }
101 102 }