|
@@ -110,7 +110,7 @@ type FenWeiNetResponse struct {
|
|
|
DailyConsumptionChnUnit string `json:"daily_consumption_chn_unit"`
|
|
|
DailyConsumption string `json:"daily_consumption"`
|
|
|
InventoryIndexChnUnit string `json:"inventory_index_chn_unit"`
|
|
|
- InventoryIndex string `json:"inventory_index"`
|
|
|
+ InventoryIndex float64 `json:"inventory_index"`
|
|
|
TonsChnUnit string `json:"tons_chn_unit"`
|
|
|
Tons string `json:"tons"`
|
|
|
TransportVolumeChnUnit string `json:"transport_volume_chn_unit"`
|