Compare commits

...

2 Commits

  1. 2
      user/src/main/java/com/user/controller/BsUserController.java

@ -191,7 +191,7 @@ public class BsUserController {
} }
Map<String, Object> other = new HashMap<>(); Map<String, Object> other = new HashMap<>();
other.put("maOpenId", "maOpenId"); /*other.put("maOpenId", "maOpenId");*/
return ResponseMsgUtil.success(userService.login(platform, loginType, phone, password, other)); return ResponseMsgUtil.success(userService.login(platform, loginType, phone, password, other));
} catch (Exception e) { } catch (Exception e) {

Loading…
Cancel
Save