Commit ba12265c9f8860e4d151b5983dc2841a496dfd51

Authored by landong2015
1 parent 2bfd7a372b
Exists in master

修改注册接口

Showing 1 changed file with 1 additions and 0 deletions

webApi/src/main/java/com/lyms/yimiao/web/controller/v1/UserController.java View file @ ba12265
... ... @@ -159,6 +159,7 @@
159 159 user.setCreated(new Date());
160 160 user.setModified(new Date());
161 161 user.setPhone(phone);
  162 + user.setLoginCenterId(result.getId());
162 163 usersService.addYmUsers(user);
163 164 }
164 165 }