KKSU
2024-06-03 e2fa11b0aa994d1c62ff8ae1014986067d1228be
src/main/java/cc/mrbird/febs/pay/util/WeixinServiceUtil.java
@@ -102,7 +102,11 @@
         JsApiPayBusiness jsApiPayBusiness = new JsApiPayBusiness();
         String paySecret = xcxProperties.getWecharpaySecret();
         String appId = xcxProperties.getXcxAppid();
         Boolean debug = xcxProperties.getDebug();
         String certLocalPath = xcxProperties.getCertLocalPath();
         if(debug){
            certLocalPath = "src/main/resources/wxP12/apiclient_cert.p12";
         }
         RefundReqData refundReqData=new RefundReqData(mchID,appId,paySecret, outTradeNo, outRefundNo, totalFee, refundFee,opUserID);
         RefundService refundService=new RefundService();