KKSU
2024-05-31 cbe9cbd4a99dafcf50418a8fa1e8ff7b0e4b6c72
src/main/java/cc/mrbird/febs/pay/util/WeixinServiceUtil.java
@@ -102,8 +102,11 @@
         JsApiPayBusiness jsApiPayBusiness = new JsApiPayBusiness();
         String paySecret = xcxProperties.getWecharpaySecret();
         String appId = xcxProperties.getXcxAppid();
//         String certLocalPath = xcxProperties.getCertLocalPath();
         String certLocalPath = "src/main/resources/wxP12/apiclient_cert.p12";
         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();