记得上下班打卡 | git大法好,push需谨慎

Commit 2268e2d8 authored by 胡佳晨's avatar 胡佳晨

修改接口文案

parent 22ba3182
......@@ -139,10 +139,11 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
parameters.put("total_fee", (priceTotal.doubleValue() * 100)+"");
parameters.put("notify_url", notifyUrl);
parameters.put("refund_desc", reason);
parameters.put("'refund_account'", "REFUND_SOURCE_RECHARGE_FUNDS");
parameters.put("refund_account", "REFUND_SOURCE_RECHARGE_FUNDS");
String sign = PayWepayUtils.getInstance().createSign(parameters);
parameters.put("sign", sign);
String data = PayWepayUtils.getInstance().getRequestXml(parameters);
log.debug("XMLSTRING = " + data);
try {
HttpPost httpost = new HttpPost("https://api.mch.weixin.qq.com/secapi/pay/refund");
httpost.setEntity(new StringEntity(data, "UTF-8"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment