fix:上传logo--debug模式
This commit is contained in:
		
							parent
							
								
									6adbfef8e8
								
							
						
					
					
						commit
						6251fea936
					
				| @ -53,11 +53,11 @@ type PayInfo struct { | |||||||
| 
 | 
 | ||||||
| // 金额明细 | // 金额明细 | ||||||
| type AmountInfo struct { | type AmountInfo struct { | ||||||
| 	Change       AmountCurrency         `json:"change,omitempty"`        // 变动金额 | 	Change       AmountCurrency         `json:"change"`        // 变动金额 | ||||||
| 	ChangeRemark string                 `json:"change_remark,omitempty"` // 变动备注 | 	ChangeRemark string                 `json:"change_remark"` // 变动备注 | ||||||
| 	Current      AmountCurrency         `json:"current"`                 // 当前金额 | 	Current      AmountCurrency         `json:"current"`       // 当前金额 | ||||||
| 	Initiate     AmountCurrency         `json:"initiate"`                // 初始金额 | 	Initiate     AmountCurrency         `json:"initiate"`      // 初始金额 | ||||||
| 	Metadata     map[string]interface{} `json:"metadata"`                // 额外明细 | 	Metadata     map[string]interface{} `json:"metadata"`      // 额外明细 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // 金额货币 | // 金额货币 | ||||||
|  | |||||||
| @ -37,14 +37,14 @@ func GetAmountCurrency(req *AmountCurrencyReq) gmodel.AmountCurrency { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type GetAmountInfoReq struct { | type GetAmountInfoReq struct { | ||||||
| 	ExchangeRate     int64 | 	ExchangeRate     int64                  `json:"exchange_rate"` | ||||||
| 	Initiate         int64 | 	Initiate         int64                  `json:"initiate"` | ||||||
| 	Current          int64 | 	Current          int64                  `json:"current"` | ||||||
| 	Change           int64 | 	Change           int64                  `json:"change"` | ||||||
| 	ChangeRemark     string | 	ChangeRemark     string                 `json:"change_remark"` | ||||||
| 	Metadata         map[string]interface{} | 	Metadata         map[string]interface{} `json:"metadata"` | ||||||
| 	CurrentCurrency  string | 	CurrentCurrency  string                 `json:"current_currency"` | ||||||
| 	OriginalCurrency string | 	OriginalCurrency string                 `json:"original_currency"` | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Change       AmountCurrency         `json:"change,omitempty"`        // 变动金额 | // Change       AmountCurrency         `json:"change,omitempty"`        // 变动金额 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user