1bug修复
This commit is contained in:
11
models/binancedto/account.go
Normal file
11
models/binancedto/account.go
Normal file
@ -0,0 +1,11 @@
|
||||
package binancedto
|
||||
|
||||
import "github.com/shopspring/decimal"
|
||||
|
||||
type BinanceTransfer struct {
|
||||
Type string `json:"type" content:"枚举 MAIN_UMFUTURE-现货到u合约"`
|
||||
Asset string `json:"asset" content:"币种"`
|
||||
Amount decimal.Decimal `json:"amount" content:"数量"`
|
||||
FromSymbol string `json:"fromSymbol" content:"转出币种"`
|
||||
ToSymbol string `json:"toSymbol" content:"转入币种"`
|
||||
}
|
||||
Reference in New Issue
Block a user