pay extra

This commit is contained in:
jiangyong 2026-04-28 11:16:53 +08:00
parent 9b8dfe1646
commit 672496d34d
1 changed files with 7 additions and 6 deletions

View File

@ -61,6 +61,7 @@ type TransferReq struct {
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 {