This commit is contained in:
杨旭 2025-04-20 12:59:20 +08:00
parent c0d929e390
commit 688c6a0933

View File

@ -132,6 +132,7 @@ public class CouponFeignController implements CouponFeignClient {
public void sendUserCoupon(Long userId, Long reduceAmount) {
// 创建优惠卷
CouponDTO couponDTO = new CouponDTO();
couponDTO.setShopId(0L); //-
couponDTO.setCouponName("球杆置换代金卷");
couponDTO.setSuitableProdType(SuitableProdType.ALL_SPU.value());
couponDTO.setLimitNum(1);