소스 검색

add
术前问卷提交

18339543638 6 달 전
부모
커밋
0694b23c63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/wx/config/WxAppletOauth2UserOperator.java

+ 1 - 0
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/wx/config/WxAppletOauth2UserOperator.java

@@ -91,6 +91,7 @@ public class WxAppletOauth2UserOperator extends AbstractOAuth2PswUserOperator {
         try {
             sessionInfo = wxMaService.getUserService().getSessionInfo(wxAppletCode);
         } catch (Exception e) {
+            e.printStackTrace();
             log.error("微信服务调用失败 | appId:{} | code:{} | 错误:{}",
                     source.getAppId(), source.getWxAppletCode(), e.getMessage(), e);
             throw new ServiceException(TRExcCode.SYSTEM_ERROR_B0001, "微信授权失败: " + e.getMessage());