优惠券额度包
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
532 B

  1. package md
  2. type CouponCheckRequest struct {
  3. CouponAmount string `json:"coupon_amount"`
  4. Uid string `json:"uid"`
  5. PvdType string `json:"pvd_type"`
  6. Type string `json:"type"`
  7. Pvd string `json:"pvd"`
  8. Gid string `json:"gid"`
  9. CheckAmount string `json:"check_amount"`
  10. IsMustReduce string `json:"is_must_reduce"`
  11. CreateAt string `json:"create_at"`
  12. IsChangeState string `json:"is_change_state"`
  13. GoodsTitle string `json:"goods_title"`
  14. Oid string `json:"oid"`
  15. }