Commit 47a196a3 by 周晓航

日志打印

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 28d5b25a
......@@ -834,6 +834,7 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
request.setTimeOut(AutoOrderConfigTime.getTime(configuration.getAutoChargebackOrderTime()));
}
OrderTaskReq orderTask = setAfterSalesOrderTimeOutTask(configuration,cancelOrderRequest.getPartnerId());
ApiLog.info("fisherman orderTask",JSON.toJSONString(configuration),JSON.toJSONString(orderTask));
request.setOrderTask(orderTask);
}
request.setRefundDeliveryAmount(cancelOrderRequest.isRefundDeliveryAmount());
......
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