...
|
...
|
@@ -60,6 +60,8 @@ public class ShoppingController { |
|
|
.appVersion(appVersion).build();
|
|
|
logger.info("in ufo.order.payment, req {}", req);
|
|
|
PaymentResponse paymentResponse = buyerOrderService.payment(req);
|
|
|
//支持用券标记
|
|
|
paymentResponse.getRecommendedCouponInfo().setUseSupport(activityTypeEnum.isCouponFlag() ? CouponConstants.USE_COUPON_SUPPORT : CouponConstants.USE_COUPON_NOTSUPPORT);
|
|
|
return new ApiResponse.ApiResponseBuilder().code(200).data(paymentResponse).message("结算成功").build();
|
|
|
}
|
|
|
|
...
|
...
|
|