package vo type GetCodeUrlParam struct { Amount int64 `json:"amount"` } type ReCodeUrl struct { CodeUrl string `json:"code_url"` TradeId string `json:"trade_id"` } type QueryOrderByTradeIdParam struct { TradeId string `json:"trade_id"` }