Sfoglia il codice sorgente

add
术前问卷提交

18339543638 6 mesi fa
parent
commit
0694b23c63

+ 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());