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