第三方api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

md.go 1.6 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
12345678910111213141516171819202122232425262728293031323334
  1. package egoer
  2. type EgoerGoods struct {
  3. ProductId int `json:"productId"`
  4. CategoryId interface{} `json:"categoryId"`
  5. CategoryName interface{} `json:"categoryName"`
  6. PlatformProductId string `json:"platformProductId"`
  7. Title string `json:"title"`
  8. Cover string `json:"cover"`
  9. CouponPrice float64 `json:"couponPrice"`
  10. Price float64 `json:"price"`
  11. CosRatio interface{} `json:"cosRatio"`
  12. CosFee interface{} `json:"cosFee"`
  13. ActivityCosRatio float64 `json:"activityCosRatio"`
  14. ActivityCosFee float64 `json:"activityCosFee"`
  15. ServiceRatio float64 `json:"serviceRatio"`
  16. Sales string `json:"sales"`
  17. InStock interface{} `json:"inStock"`
  18. FirstCid interface{} `json:"firstCid"`
  19. DouyinFirstCid *int `json:"douyinFirstCid"`
  20. ShopId interface{} `json:"shopId"`
  21. ShopName string `json:"shopName"`
  22. ViewNum interface{} `json:"viewNum"`
  23. KolNum interface{} `json:"kolNum"`
  24. OrderNum int `json:"orderNum"`
  25. PromotionStartTime string `json:"promotionStartTime"`
  26. PromotionEndTime string `json:"promotionEndTime"`
  27. SaleStatus int `json:"saleStatus"`
  28. Sales24 interface{} `json:"sales24"`
  29. Sales7Day interface{} `json:"sales7Day"`
  30. DetailUrl string `json:"detailUrl"`
  31. InterfaceUpdateTime interface{} `json:"interfaceUpdateTime"`
  32. IsReDu bool `json:"isReDu"`
  33. }