Skip to content

Commit 51b2d48

Browse files
committed
Update
1 parent 0081513 commit 51b2d48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spot_results.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ type GetSpotAccountsResultItem struct {
1818
// size String 数量
1919
// num_orders String 组成此条深度的订单数量
2020
type SpotInstrumentBookResult struct {
21-
Asks [][]string `json:"asks,string"`
22-
Bids [][]string `json:"bids,string"`
21+
Asks [][]string `json:"asks"`
22+
Bids [][]string `json:"bids"`
2323
Timestamp string `json:"timestamp"`
2424
}
2525

0 commit comments

Comments
 (0)