Commit 0b970188 by 刘鹏飞

加点日志

parent f1718bfc
......@@ -266,6 +266,7 @@ public class CocoCouponRelationServiceImpl implements CouponRelationService {
try {
//71.券核销
for (int i = 2; i >= 0; i--) {
log.info("coco核销券码开始,orderCode:{},couponCodeVerificationDto:{}", orderBean.getOid(),JSON.toJSONString(couponCodeVerificationDto));
CouponCodeResponseDto couponCodeResponseDto = couponOfflineClient.verification(couponCodeVerificationDto);
log.info("coco核销券码返回结果,orderCode:{},couponCodeVerificationDto:{},couponCodeResponseDto:{}", orderBean.getOid(),JSON.toJSONString(couponCodeVerificationDto),JSON.toJSONString(couponCodeResponseDto));
ThirdPartyLog.infoConvertJson(System.currentTimeMillis(), System.currentTimeMillis(), "/api", couponCodeVerificationDto, couponCodeResponseDto);
......
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