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

zhimeng.go 3.5 KiB

1 year ago
11 months ago
1 year ago
11 months ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. package md
  2. type JDZhimengItem struct {
  3. Cid1 int `json:"cid1"`
  4. Cid1Name string `json:"cid1_name"`
  5. Cid2 int `json:"cid2"`
  6. Cid2Name string `json:"cid2_name"`
  7. Cid3 int `json:"cid3"`
  8. Cid3Name string `json:"cid3_name"`
  9. CommissionRate float64 `json:"commission_rate"`
  10. CouponURL string `json:"coupon_url"`
  11. CouponPrice int `json:"coupon_price"`
  12. EndTime int `json:"end_time"`
  13. Gid string `json:"gid"`
  14. GoodsImg string `json:"goods_img"`
  15. GoodsTitle string `json:"goods_title"`
  16. ImgList []string `json:"img_list"`
  17. InOrderCount int `json:"inOrderCount"`
  18. IsFreeFreightRisk int `json:"isFreeFreightRisk"`
  19. IsFreeShipping int `json:"isFreeShipping"`
  20. IsJdSale int `json:"isJdSale"`
  21. LowerPrice float64 `json:"lower_price"`
  22. LowerPriceType int `json:"lower_price_type"`
  23. LowestCouponPrice interface{} `json:"lowestCouponPrice"`
  24. PcGoodsPrice float64 `json:"pc_goods_price"`
  25. ShopID int `json:"shopId"`
  26. ShopName string `json:"shop_name"`
  27. StartTime int `json:"start_time"`
  28. StoreID string `json:"store_id"`
  29. VideoList interface{} `json:"video_list"`
  30. WlGoodsPrice float64 `json:"wl_goods_price"`
  31. }
  32. type PDDZhimengItem struct {
  33. InOrderCount string `json:"inOrderCount"`
  34. AvgDesc interface{} `json:"avg_desc"`
  35. AvgLgst interface{} `json:"avg_lgst"`
  36. AvgServ interface{} `json:"avg_serv"`
  37. CateName string `json:"cate_name"`
  38. Cid int `json:"cid"`
  39. Cid1 int `json:"cid1"`
  40. Cid2 int `json:"cid2"`
  41. Cid3 int `json:"cid3"`
  42. Commission float64 `json:"commission"`
  43. ConponRemain int `json:"conpon_remain"`
  44. CouponEndTime int `json:"coupon_end_time"`
  45. CouponPrice int `json:"coupon_price"`
  46. CouponStartTime int `json:"coupon_start_time"`
  47. CouponTotal int `json:"coupon_total"`
  48. DescPct interface{} `json:"desc_pct"`
  49. EvalCount interface{} `json:"eval_count"`
  50. Gid string `json:"gid"`
  51. GoodsDesc string `json:"goods_desc"`
  52. GoodsImg string `json:"goods_img"`
  53. GoodsSign string `json:"goods_sign"`
  54. GoodsMinImg string `json:"goods_min_img"`
  55. GoodsSales string `json:"goods_sales"`
  56. GoodsTitle string `json:"goods_title"`
  57. LgstPct interface{} `json:"lgst_pct"`
  58. MallID int `json:"mall_id"`
  59. MinGroupPrice float64 `json:"min_group_price"`
  60. MinNormalPrice float64 `json:"min_normal_price"`
  61. Score interface{} `json:"score"`
  62. ServPct interface{} `json:"serv_pct"`
  63. ShopName string `json:"shop_name"`
  64. }
  65. type VIPZhimengItem struct {
  66. Commission string `json:"commission"`
  67. CommissionRate string `json:"commission_rate"`
  68. Discount string `json:"discount"`
  69. Gid string `json:"gid"`
  70. GoodsCostPrice string `json:"goods_cost_price"`
  71. GoodsDesc string `json:"goods_desc"`
  72. GoodsImg string `json:"goods_img"`
  73. GoodsPrice string `json:"goods_price"`
  74. GoodsTitle string `json:"goods_title"`
  75. SourceType string `json:"sourceType"`
  76. YhqPrice string `json:"yhq_price"`
  77. CouponPrice string `json:"coupon_price"`
  78. }