Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
woyoutlz committed Nov 20, 2020
1 parent 284449a commit 8f44bd5
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions controller/sass/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,24 +153,23 @@ type WithdrawRequest struct {

// OrderInfo ...
type OrderInfo struct {
ID string `json:"id"`
From string `json:"from"`
To string `json:"to"`
Value string `json:"value"`
Type string `json:"type"`
CoinName string `json:"coinName"`
BizType string `json:"bizType"`
Hash string `json:"txid"`
Fee string `json:"fee"`
Confirmations int `json:"confirmations"`
N int `json:"n"`
Memo string `json:"memo"`
State string `json:"state"`
Block int `json:"block"`
Sign string `json:"sign,omitempty"`
// WithdrawID string `json:"withdrawID"`
ID string `json:"id"`
From string `json:"from"`
To string `json:"to"`
Value string `json:"value"`
Type string `json:"type"`
CoinName string `json:"coinName"`
BizType string `json:"bizType"`
Hash string `json:"txid"`
Fee string `json:"fee"`
Confirmations int `json:"confirmations"`
N int `json:"n"`
Memo string `json:"memo"`
State string `json:"state"`
Block int `json:"block"`
Sign string `json:"sign,omitempty"`
WithdrawID string `json:"withdrawID"`
AffirmativeConfirmation int `json:"affirmativeConfirmation"`
WithdrawID string `json:"withdrawID,omitempty"`
}

// Withdraw ...
Expand Down

0 comments on commit 8f44bd5

Please sign in to comment.