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

Commit 977aa821 authored by jiangxiulong's avatar jiangxiulong

refund headers

parent c4d4f989
...@@ -442,7 +442,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -442,7 +442,7 @@ public class KylinRefundsStatusServiceImpl {
// 请求pay // 请求pay
String postResult = null; String postResult = null;
try { try {
postResult = HttpUtil.post(applyUrl, params, headers); postResult = HttpUtil.post(applyUrl, params);
log.info("退款res" + postResult); log.info("退款res" + postResult);
HashMap hashMapResult = JsonUtils.fromJson(postResult, HashMap.class); HashMap hashMapResult = JsonUtils.fromJson(postResult, HashMap.class);
Boolean success = (Boolean) hashMapResult.get("success"); Boolean success = (Boolean) hashMapResult.get("success");
......
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