|
@@ -11,6 +11,8 @@ type PddDdkGoodsSearchRequest struct {
|
|
|
ListId string `json:"list_id"`
|
|
|
ActivityTags string `json:"activity_tags"`
|
|
|
WithCoupon string `json:"with_coupon"`
|
|
|
+ Keyword string `json:"keyword"`
|
|
|
+ Pid string `json:"pid"`
|
|
|
}
|
|
|
|
|
|
type PddDdkGoodsSearchResponse struct {
|