Commit f1718bfc by 刘鹏飞

加点日志

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