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

Commit e46aab62 authored by jiangxiulong's avatar jiangxiulong

修改日志

parent ff1223ab
......@@ -243,8 +243,8 @@ public class KylinRefundsStatusServiceImpl {
ArrayList<BackCouponParam> params = new ArrayList();
params.add(param);
String jsonString = JSON.toJSONString(params);
log.info("订单退款回调orderTicketRefunded-退所有优惠券:[orderTicketsId={}, [params={}, candyUrl={}]",
orderTicketsId, params, candyUrl);
log.info("订单退款回调orderTicketRefunded-退所有优惠券:[orderTicketsId={}, uCouponIdsStr={}, uid={}, candyUrl={}]",
orderTicketsId, uCouponIdsStr, orderInfo.getUserId(), candyUrl);
try {
String returnData = HttpUtil.postRaw(candyUrl + "/candy-coupon/useBack", jsonString, null);
log.info("订单退款回调退券结果:[returnData={}]", returnData);
......
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