|
|
|
@@ -44,6 +44,7 @@ public class SubscribeHandler extends AbstractHandler { |
|
|
|
WxMpUser userWxInfo = weixinService.getUserService() |
|
|
|
.userInfo(wxMessage.getFromUser()); |
|
|
|
if (userWxInfo != null) { |
|
|
|
this.logger.info(userWxInfo.toString()); |
|
|
|
userService.saveOrUpdateMpUser(userWxInfo, authorizerInfo); |
|
|
|
} |
|
|
|
} catch (WxErrorException e) { |
|
|
|
|