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