|
|
@@ -1,20 +1,21 @@ |
|
|
|
package third_tikTok_team_goods |
|
|
|
|
|
|
|
type NovajoGoods struct { |
|
|
|
ProductId string `json:"productId"` |
|
|
|
Name string `json:"name"` |
|
|
|
Image string `json:"image"` |
|
|
|
Link string `json:"link"` |
|
|
|
ShopId int `json:"shopId"` |
|
|
|
ShopName string `json:"shopName"` |
|
|
|
Price int `json:"price"` |
|
|
|
Discount int `json:"discount"` |
|
|
|
StartTime int64 `json:"startTime"` |
|
|
|
EndTime int64 `json:"endTime"` |
|
|
|
CategoryId int `json:"categoryId"` |
|
|
|
Sales int `json:"sales"` |
|
|
|
CommonRatio float64 `json:"commonRatio"` |
|
|
|
Service float64 `json:"service"` |
|
|
|
CosRatio float64 `json:"cosRatio"` |
|
|
|
CosFee int `json:"cosFee"` |
|
|
|
ProductId string `json:"productId"` |
|
|
|
Name string `json:"name"` |
|
|
|
Image string `json:"image"` |
|
|
|
Link string `json:"link"` |
|
|
|
ShopId int `json:"shopId"` |
|
|
|
ShopName string `json:"shopName"` |
|
|
|
Price int `json:"price"` |
|
|
|
Discount int `json:"discount"` |
|
|
|
StartTime int64 `json:"startTime"` |
|
|
|
EndTime int64 `json:"endTime"` |
|
|
|
CategoryId int `json:"categoryId"` |
|
|
|
Sales int `json:"sales"` |
|
|
|
CommonRatio float64 `json:"commonRatio"` |
|
|
|
Service float64 `json:"service"` |
|
|
|
CosRatio float64 `json:"cosRatio"` |
|
|
|
Images []string `json:"images"` |
|
|
|
CosFee int `json:"cosFee"` |
|
|
|
} |