This commit is contained in:
2025-02-08 14:05:57 +08:00
parent c0b8749eef
commit 979ef507fe
30 changed files with 660 additions and 431 deletions

View File

@ -63,7 +63,7 @@ const (
const (
//交易对-现货
SYMBOL_SPOT = 0
SYMBOL_SPOT = 1
//交易对-合约
SYMBOL_FUTURES = 1
SYMBOL_FUTURES = 2
)