Browse Source

添加list_id

k.zhang 4 years ago
parent
commit
1fd15d9ef3
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

@@ -8,6 +8,7 @@ type PddDdkGoodsSearchRequest struct {
 	DataType  string `json:"data_type"`
 	Sign      string `json:"sign"`
 	PageSize  string `json:"page_size"`
+	ListId    string `json:"list_id"`
 }
 
 type PddDdkGoodsSearchResponse struct {