|
|
@@ -32,6 +32,7 @@ type JDZhimengItem struct { |
|
|
|
} |
|
|
|
|
|
|
|
type PDDZhimengItem struct { |
|
|
|
InOrderCount string `json:"inOrderCount"` |
|
|
|
AvgDesc interface{} `json:"avg_desc"` |
|
|
|
AvgLgst interface{} `json:"avg_lgst"` |
|
|
|
AvgServ interface{} `json:"avg_serv"` |
|
|
@@ -53,7 +54,7 @@ type PDDZhimengItem struct { |
|
|
|
GoodsImg string `json:"goods_img"` |
|
|
|
GoodsSign string `json:"goods_sign"` |
|
|
|
GoodsMinImg string `json:"goods_min_img"` |
|
|
|
GoodsSales interface{} `json:"goods_sales"` |
|
|
|
GoodsSales string `json:"goods_sales"` |
|
|
|
GoodsTitle string `json:"goods_title"` |
|
|
|
LgstPct interface{} `json:"lgst_pct"` |
|
|
|
MallID int `json:"mall_id"` |
|
|
|