|
@@ -1,13 +1,13 @@
|
|
|
package pdd
|
|
|
|
|
|
type PddDdkGoodsSearchRequest struct {
|
|
|
- ClientId string `json:"client_id"`
|
|
|
- // ClientSecret string `json:"client_secret"`
|
|
|
+ ClientId string `json:"client_id"`
|
|
|
+ Page string `json:"page"`
|
|
|
Type string `json:"type"`
|
|
|
Timestamp string `json:"timestamp"`
|
|
|
DataType string `json:"data_type"`
|
|
|
Sign string `json:"sign"`
|
|
|
- //CatId string `json:"catId"`
|
|
|
+ PageSize string `json:"page_size"`
|
|
|
}
|
|
|
|
|
|
type PddDdkGoodsSearchResponse struct {
|