pay_wx_param.go 245 B

1234567891011121314
  1. package vo
  2. type GetCodeUrlParam struct {
  3. Amount int64 `json:"amount"`
  4. }
  5. type ReCodeUrl struct {
  6. CodeUrl string `json:"code_url"`
  7. TradeId string `json:"trade_id"`
  8. }
  9. type QueryOrderByTradeIdParam struct {
  10. TradeId string `json:"trade_id"`
  11. }