- package vo
- type GetCodeUrlParam struct {
- EnterpriseId string `json:"enterprise_id"` // 企业id
- Amount int64 `json:"amount"` // 金额(分)
- }
- type QueryOrderByTradeIdParam struct {
- TradeId string `json:"trade_id"`
- }
- type ReCodeUrl struct {
- CodeUrl string `json:"codeUrl"`
- TradeId string `json:"tradeId"`
- TimeExpire string `json:"timeExpire"`
- }
|