调整
This commit is contained in:
parent
8bbfdd62c4
commit
f5cc26c9c2
@ -178,6 +178,7 @@ func (ea *RechargeApi) RechargeQuery(c *gin.Context) {
|
||||
Page common.StreamPagination `json:"page"`
|
||||
Rows []struct {
|
||||
OrderID string `json:"order_id"`
|
||||
ShortOrderID string `json:"short_order_id"`
|
||||
TxHash string `json:"txhash"`
|
||||
NetID int64 `json:"net_id"`
|
||||
Currency string `json:"currency"`
|
||||
@ -206,6 +207,7 @@ func (ea *RechargeApi) RechargeQuery(c *gin.Context) {
|
||||
p.TxHash = ds.GetByName("txhash")
|
||||
p.NetID = netId
|
||||
p.OrderID = ds.GetByName("order_id")
|
||||
p.ShortOrderID = ds.GetByName("short_order_id")
|
||||
p.Currency = ds.GetByName("currency_address")
|
||||
p.CurrencyName = ds.GetByName("currency_name")
|
||||
p.Amount = ds.GetByName("price")
|
||||
|
Loading…
x
Reference in New Issue
Block a user