fix bug
This commit is contained in:
@@ -9,7 +9,7 @@ type StatusData struct {
|
||||
// Data 数据部分
|
||||
type Data struct {
|
||||
Assets Assets `json:"assets"`
|
||||
Orders []Order `json:"order"`
|
||||
Orders []Order `json:"orders"`
|
||||
Positions []Position `json:"positions"`
|
||||
TickData map[string]Tick `json:"tick_data"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user