mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +00:00
修复:优化创建交易流程代码,将金额修改为保留3位小数点
This commit is contained in:
@@ -23,7 +23,7 @@ func (r CreateTransactionRequest) Translates() map[string]string {
|
||||
// OrderProcessingRequest 订单处理
|
||||
type OrderProcessingRequest struct {
|
||||
Token string
|
||||
Amount string
|
||||
Amount float64
|
||||
TradeId string
|
||||
BlockTransactionId string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user