|
@@ -1,14 +1,15 @@
|
|
|
package pdd
|
|
|
|
|
|
type PddDdkGoodsSearchRequest struct {
|
|
|
- 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"`
|
|
|
- PageSize string `json:"page_size"`
|
|
|
- ListId string `json:"list_id"`
|
|
|
+ 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"`
|
|
|
+ PageSize string `json:"page_size"`
|
|
|
+ ListId string `json:"list_id"`
|
|
|
+ ActivityTags string `json:"activity_tags"`
|
|
|
}
|
|
|
|
|
|
type PddDdkGoodsSearchResponse struct {
|