Files
2026-03-04 17:05:48 +08:00

9 lines
263 B
Go

package response
import "github.com/wechatpay-apiv3/wechatpay-go/services/payments/jsapi"
type PrePayResult struct {
Payments *jsapi.PrepayWithRequestPaymentResponse `json:"payments"`
OutTradeNo string `json:"outTradeNo"`
}