This commit is contained in:
李子铭 2025-03-10 10:29:56 +08:00
parent 6c1dde9834
commit 6e71d8ae44
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ func (v *VoucherBiz) CmbProductQuery(ctx context.Context, productNo string) (rep
reps.AvailableStock = fmt.Sprintf("%d", availableStock)
reps.AvailableType = vo.CmbAvailableTypeFixed.GetValue()
reps.AvailableDays = fmt.Sprintf("%d", *wechatResp.StockUseRule.FixedNormalCoupon.CouponAmount)
return nil
})