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