cmb
This commit is contained in:
parent
6c1dde9834
commit
6e71d8ae44
|
|
@ -120,7 +120,6 @@ func (v *VoucherBiz) CmbProductQuery(ctx context.Context, productNo string) (rep
|
||||||
reps.AvailableStock = fmt.Sprintf("%d", availableStock)
|
reps.AvailableStock = fmt.Sprintf("%d", availableStock)
|
||||||
|
|
||||||
reps.AvailableType = vo.CmbAvailableTypeFixed.GetValue()
|
reps.AvailableType = vo.CmbAvailableTypeFixed.GetValue()
|
||||||
reps.AvailableDays = fmt.Sprintf("%d", *wechatResp.StockUseRule.FixedNormalCoupon.CouponAmount)
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue