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