@@ -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);
}