zhou.xiaoning пре 4 година
родитељ
комит
727290188d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/quote/history.go

+ 1 - 1
controllers/quote/history.go

@@ -22,7 +22,7 @@ type HistoryData struct {
 	Highest       float64   `json:"h"`  // 最高价
 	Lowest        float64   `json:"l"`  // 最低价
 	Closed        float64   `json:"c"`  // 收盘价
-	TotleVolume   int       `json:"tv"` // 总量
+	TotleVolume   int       `json:"tv"` // 总量(成交量)
 	TotleTurnover float64   `json:"tt"` // 总金额
 	HoldVolume    int       `json:"hv"` // 持仓量
 	Settle        float64   `json:"s"`  // 结算价,日线周期(包括)以上才有