Ver Fonte

代码优化

woody há 7 meses atrás
pai
commit
e34ac76d7f

+ 1 - 1
framework-wechat/src/main/java/com/chelvc/framework/wechat/context/WechatContextHolder.java

@@ -203,7 +203,7 @@ public final class WechatContextHolder implements ApplicationListener<Applicatio
         try {
             return WXPayUtil.xmlToMap(xml);
         } catch (Exception e) {
-            throw new RuntimeException();
+            throw new RuntimeException(e);
         }
     }