Browse Source

优惠券

k.zhang 4 years ago
parent
commit
6c2e04bdae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/pdd/pdd.ddk.goods.search.go

+ 1 - 0
models/pdd/pdd.ddk.goods.search.go

@@ -10,6 +10,7 @@ type PddDdkGoodsSearchRequest struct {
 	PageSize     string `json:"page_size"`
 	ListId       string `json:"list_id"`
 	ActivityTags string `json:"activity_tags"`
+	WithCoupon   string `json:"with_coupon"`
 }
 
 type PddDdkGoodsSearchResponse struct {