Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EpNotify ¶
type EpNotify struct {
TradeId string `json:"trade_id"` // 本地订单号
OrderId string `json:"order_id"` // 客户交易id
Amount float64 `json:"amount"` // 订单金额 CNY
ActualAmount string `json:"actual_amount"` // USDT 交易数额
Token string `json:"token"` // 收款钱包地址
BlockTransactionId string `json:"block_transaction_id"` // 区块id
Signature string `json:"signature"` // 签名
Status int `json:"status"` // 1:等待支付,2:支付成功,3:订单超时
}
Click to show internal directories.
Click to hide internal directories.