fix:上传logo--debug模式
This commit is contained in:
@@ -53,11 +53,11 @@ type PayInfo struct {
|
||||
|
||||
// 金额明细
|
||||
type AmountInfo struct {
|
||||
Change AmountCurrency `json:"change,omitempty"` // 变动金额
|
||||
ChangeRemark string `json:"change_remark,omitempty"` // 变动备注
|
||||
Current AmountCurrency `json:"current"` // 当前金额
|
||||
Initiate AmountCurrency `json:"initiate"` // 初始金额
|
||||
Metadata map[string]interface{} `json:"metadata"` // 额外明细
|
||||
Change AmountCurrency `json:"change"` // 变动金额
|
||||
ChangeRemark string `json:"change_remark"` // 变动备注
|
||||
Current AmountCurrency `json:"current"` // 当前金额
|
||||
Initiate AmountCurrency `json:"initiate"` // 初始金额
|
||||
Metadata map[string]interface{} `json:"metadata"` // 额外明细
|
||||
}
|
||||
|
||||
// 金额货币
|
||||
|
||||
Reference in New Issue
Block a user