|
@@ -380,7 +380,7 @@ public class WxApiService {
|
|
|
String url = "http://webhis.thyy.cn:8706/wxRefund/refundOrder";
|
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("id", order.getId());
|
|
|
- param.put("refundDatetime", DateUtil.formatDatetime(new Date(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
+ param.put("refundOpDatetime", DateUtil.formatDatetime(new Date(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
param.put("totalFee", order.getTotalFee());
|
|
|
param.put("tradeNo", tradeNo);
|
|
|
param.put("refundOpCode", "99999");
|