outTradeNo

This commit is contained in:
jiangyong 2026-01-01 01:08:18 +08:00
parent 7ca2710e16
commit 587e29ccd9
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ type TransferReq struct {
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"`
} }
type CommonResponse struct { type CommonResponse struct {