fix:上传logo--debug模式
This commit is contained in:
@@ -37,14 +37,14 @@ func GetAmountCurrency(req *AmountCurrencyReq) gmodel.AmountCurrency {
|
||||
}
|
||||
|
||||
type GetAmountInfoReq struct {
|
||||
ExchangeRate int64
|
||||
Initiate int64
|
||||
Current int64
|
||||
Change int64
|
||||
ChangeRemark string
|
||||
Metadata map[string]interface{}
|
||||
CurrentCurrency string
|
||||
OriginalCurrency string
|
||||
ExchangeRate int64 `json:"exchange_rate"`
|
||||
Initiate int64 `json:"initiate"`
|
||||
Current int64 `json:"current"`
|
||||
Change int64 `json:"change"`
|
||||
ChangeRemark string `json:"change_remark"`
|
||||
Metadata map[string]interface{} `json:"metadata"`
|
||||
CurrentCurrency string `json:"current_currency"`
|
||||
OriginalCurrency string `json:"original_currency"`
|
||||
}
|
||||
|
||||
// Change AmountCurrency `json:"change,omitempty"` // 变动金额
|
||||
|
||||
Reference in New Issue
Block a user