E1ED922C1E9526DD63272D7EC5C6CB77
2020-10-10 1887bdfef6d5d79374b8199f7865058b69ae138d
修改退款
1个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/hx/mp/util/WXPayUtil.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/hx/mp/util/WXPayUtil.java
@@ -317,8 +317,8 @@
            CloseableHttpClient httpclient = HttpClients.custom()
                     .setSSLSocketFactory(sslsf).build();  
             HttpPost httppost = new HttpPost(REFUND_URL);
             String xml = wxPayRefundData(appId,partner,key,out_trade_no, transaction_id, total_fee, out_refund_no, refund_fee);
             try {
             String xml = wxPayRefundData(appId, partner, key, out_trade_no, transaction_id, out_refund_no, total_fee, refund_fee);
             try {
                 StringEntity se = new StringEntity(xml);
                 httppost.setEntity(se);  
                 System.out.println("executing request" + httppost.getRequestLine());