Browse Source

增加注释

zhou.xiaoning 4 years ago
parent
commit
727290188d
1 changed files with 1 additions and 1 deletions
  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"`  // 结算价,日线周期(包括)以上才有