From 8f44bd5a14750c4c3b2c23c01c70432dc3817e65 Mon Sep 17 00:00:00 2001 From: yang yu Date: Fri, 20 Nov 2020 19:02:46 +0800 Subject: [PATCH] update --- controller/sass/api.go | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/controller/sass/api.go b/controller/sass/api.go index 3511aa9..70ce636 100644 --- a/controller/sass/api.go +++ b/controller/sass/api.go @@ -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 ...