@@ -1285,6 +1285,7 @@ public class WxPayServiceImpl implements IWxPayService {
} catch (Exception e) {
e.printStackTrace();
log.info("微信退款错误结果:{}"+e.getMessage());
+ throw new CustomException(e.getMessage());
}
return null;