candleList

This commit is contained in:
zhangkun 2024-12-14 21:58:32 +08:00
parent 3e12089064
commit 7a6893be16

View File

@ -44,6 +44,13 @@ type MaX struct {
From string `json:"from,string"`
}
type CandleList struct {
Count int `json:"count,number"`
LastUpdateTime int64 `json:"lastUpdateTime"`
UpdateNickName string `json:"updateNickName"`
List []*Candle `json:"list"`
}
type MaXList struct {
Count int `json:"count"`
LastUpdateTime int64 `json:"lastUpdateTime"`