第三方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.

66 lines
3.1 KiB

  1. package md
  2. type JingtuituiGetCircleList struct {
  3. ID int `json:"id"`
  4. JState int `json:"J_state"`
  5. JID int `json:"JID"`
  6. GoodsID int64 `json:"goods_id"`
  7. ImgInfo []string `json:"img_info"`
  8. NoShowContent string `json:"no_show_content"`
  9. CircleContent []string `json:"circle_content"`
  10. Time string `json:"time"`
  11. ReleaseDate string `json:"release_date"`
  12. GoodsLink string `json:"goods_link"`
  13. DiscountLink string `json:"discount_link"`
  14. GoodsInfo struct {
  15. ShortName string `json:"short_name"`
  16. GoodsName string `json:"goods_name"`
  17. GoodsContent string `json:"goods_content"`
  18. LinkContent string `json:"link_content"`
  19. CommissionShare interface{} `json:"commissionShare"`
  20. BrandID int `json:"brand_id"`
  21. InOrderCount30Days int `json:"inOrderCount30Days"`
  22. InOrderComm30Days int `json:"inOrderComm30Days"`
  23. BrandCode int `json:"brandCode"`
  24. BrandName string `json:"brandName"`
  25. IsHot int `json:"isHot"`
  26. Comments int `json:"comments"`
  27. GoodCommentsShare int `json:"goodCommentsShare"`
  28. GoodsPrice interface{} `json:"goods_price"`
  29. FinalPrice interface{} `json:"final_price"`
  30. HistoryPriceDay int `json:"historyPriceDay"`
  31. GoodsImg string `json:"goods_img"`
  32. ImageList string `json:"imageList"`
  33. TodayNum int `json:"today_num"`
  34. DiscountPrice interface{} `json:"discount_price"`
  35. GetStartTime int64 `json:"get_start_time"`
  36. GetEndTime int64 `json:"get_end_time"`
  37. ShopID int `json:"shop_id"`
  38. ShopName string `json:"shop_name"`
  39. Score string `json:"score"`
  40. Owner string `json:"owner"`
  41. GoodsType int `json:"goods_type"`
  42. GoodsSecondType int `json:"goods_second_type"`
  43. SpuID int64 `json:"spu_id"`
  44. Cid1 int `json:"cid1"`
  45. Cid1Name string `json:"cid1Name"`
  46. Cid2 int `json:"cid2"`
  47. Cid2Name string `json:"cid2Name"`
  48. Cid3 int `json:"cid3"`
  49. Cid3Name string `json:"cid3Name"`
  50. DeliveryType int `json:"deliveryType"`
  51. JdType int `json:"jd_type"`
  52. PingouPrice interface{} `json:"pingouPrice"`
  53. PingouTmCount interface{} `json:"pingouTmCount"`
  54. PingouURL interface{} `json:"pingouUrl"`
  55. PingouStartTime interface{} `json:"pingouStartTime"`
  56. PingouEndTime interface{} `json:"pingouEndTime"`
  57. JdVideoList interface{} `json:"jd_videoList"`
  58. PcWareStyle string `json:"pc_ware_style"`
  59. DiscountCount int `json:"discount_count"`
  60. IsFlagshipStore int `json:"is_flagship_store"`
  61. IsGoodShop int `json:"is_good_shop"`
  62. IsSubsidyGoods int `json:"is_subsidy_goods"`
  63. } `json:"goods_info"`
  64. }