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

dataoke.go 4.8 KiB

1 year ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. package md
  2. type DataokeFriendCircleList struct {
  3. QuanMLink int `json:"quanMLink"`
  4. HzQuanOver int `json:"hzQuanOver"`
  5. EstimateAmount int `json:"estimateAmount"`
  6. CircleText string `json:"circleText"`
  7. FreeshipRemoteDistrict int `json:"freeshipRemoteDistrict"`
  8. ID int `json:"id"`
  9. GoodsID string `json:"goodsId"`
  10. Title string `json:"title"`
  11. Dtitle string `json:"dtitle"`
  12. OriginalPrice float64 `json:"originalPrice"`
  13. ActualPrice float64 `json:"actualPrice"`
  14. MonthSales int `json:"monthSales"`
  15. TwoHoursSales int `json:"twoHoursSales"`
  16. DailySales int `json:"dailySales"`
  17. CommissionType int `json:"commissionType"`
  18. Desc string `json:"desc"`
  19. CouponReceiveNum int `json:"couponReceiveNum"`
  20. CouponLink string `json:"couponLink"`
  21. CouponEndTime string `json:"couponEndTime"`
  22. CouponStartTime string `json:"couponStartTime"`
  23. CouponPrice float64 `json:"couponPrice"`
  24. CouponConditions string `json:"couponConditions"`
  25. CreateTime string `json:"createTime"`
  26. MainPic string `json:"mainPic"`
  27. MarketingMainPic string `json:"marketingMainPic"`
  28. Cid int `json:"cid"`
  29. Discounts float64 `json:"discounts"`
  30. CommissionRate float64 `json:"commissionRate"`
  31. CouponTotalNum int `json:"couponTotalNum"`
  32. ShopName string `json:"shopName"`
  33. Brand int `json:"brand"`
  34. BrandID int `json:"brandId"`
  35. BrandName string `json:"brandName"`
  36. ItemLink string `json:"itemLink"`
  37. ShopType int `json:"shopType"`
  38. Subcid []interface{} `json:"subcid"`
  39. ShipaiPic string `json:"shipaiPic"`
  40. ShangchaoPic string `json:"shangchaoPic"`
  41. Tbcid int `json:"tbcid"`
  42. }
  43. type DataokeTaobaoRankList struct {
  44. ID int `json:"id"`
  45. Goodsid string `json:"goodsId"`
  46. Ranking int `json:"ranking"`
  47. Dtitle string `json:"dtitle"`
  48. Actualprice interface{} `json:"actualPrice"`
  49. Commissionrate interface{} `json:"commissionRate"`
  50. Couponprice interface{} `json:"couponPrice"`
  51. Couponreceivenum interface{} `json:"couponReceiveNum"`
  52. Coupontotalnum interface{} `json:"couponTotalNum"`
  53. Monthsales int `json:"monthSales"`
  54. Twohourssales int `json:"twoHoursSales"`
  55. Dailysales int `json:"dailySales"`
  56. Hotpush int `json:"hotPush"`
  57. Mainpic string `json:"mainPic"`
  58. Title string `json:"title"`
  59. Desc string `json:"desc"`
  60. Originalprice interface{} `json:"originalPrice"`
  61. Couponlink string `json:"couponLink"`
  62. Couponstarttime string `json:"couponStartTime"`
  63. Couponendtime string `json:"couponEndTime"`
  64. Commissiontype int `json:"commissionType"`
  65. Createtime string `json:"createTime"`
  66. Activitytype int `json:"activityType"`
  67. Imgs string `json:"imgs"`
  68. Guidename string `json:"guideName"`
  69. Shoptype int `json:"shopType"`
  70. Couponconditions string `json:"couponConditions"`
  71. Newrankinggoods int `json:"newRankingGoods"`
  72. Sellerid string `json:"sellerId"`
  73. Quanmlink int `json:"quanMLink"`
  74. Hzquanover int `json:"hzQuanOver"`
  75. Yunfeixian int `json:"yunfeixian"`
  76. Estimateamount int `json:"estimateAmount"`
  77. Freeshipremotedistrict int `json:"freeshipRemoteDistrict"`
  78. ShopName string `json:"shopName"`
  79. }
  80. type DataokeTikTokRankList struct {
  81. CosFee float64 `json:"cosFee"`
  82. CosRatio float64 `json:"cosRatio"`
  83. Coupon float64 `json:"coupon"`
  84. CouponPrice float64 `json:"couponPrice"`
  85. ID string `json:"id"`
  86. Imgs []string `json:"imgs"`
  87. Price float64 `json:"price"`
  88. ProductID string `json:"productId"`
  89. Sales int64 `json:"sales"`
  90. ShopName string `json:"shopName"`
  91. Title string `json:"title"`
  92. ItemImg string `json:"item_img"`
  93. DetailURL string `json:"detailUrl"`
  94. ShopId string `json:"shopId"`
  95. Cover string `json:"cover"`
  96. }