Compare commits

..

No commits in common. 'f068121a91ac486423347b2292c62dd97255c24c' and '9ce6183787088f0577f9975ac7b89de8284f2094' have entirely different histories.

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

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

Loading…
Cancel
Save