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

Commit d227bdbc authored by jiangxiulong's avatar jiangxiulong

退款回调

parent b4190830
......@@ -251,7 +251,7 @@ public class KylinRefundsStatusServiceImpl {
String returnData = HttpUtil.post(candyUrl + "/candy-coupon/useBack", params, headers);
log.info("订单退款回调退券结果:[returnData={}]", returnData);
} catch (Exception e) {
log.info("订单退款回调退券异常:[errorMsg={}]", e.getMessage());
log.info("订单退款回调退券异常:[errorMsg={}, e={}]", e.getMessage(), e);
}
}
}
......
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