pay extra
This commit is contained in:
parent
9b8dfe1646
commit
672496d34d
|
|
@ -55,12 +55,13 @@ type RefundOrderReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type TransferReq struct {
|
type TransferReq struct {
|
||||||
PayAmount int64 `json:"payAmount"`
|
PayAmount int64 `json:"payAmount"`
|
||||||
PayType string `json:"payType"`
|
PayType string `json:"payType"`
|
||||||
PayTitle string `json:"payTitle"`
|
PayTitle string `json:"payTitle"`
|
||||||
PayChannel string `json:"payChannel"`
|
PayChannel string `json:"payChannel"`
|
||||||
UserId string `json:"userId"`
|
UserId string `json:"userId"`
|
||||||
OutTradeNo string `json:"outTradeNo"`
|
OutTradeNo string `json:"outTradeNo"`
|
||||||
|
Extra map[string]interface{} `json:"extra"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommonResponse struct {
|
type CommonResponse struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue