qnc-server-old/model/response/pay.go

9 lines
249 B
Go
Raw Permalink Normal View History

2024-09-14 10:48:09 +08:00
package response
import "github.com/wechatpay-apiv3/wechatpay-go/services/payments/jsapi"
type PrepayResponse struct {
Resp *jsapi.PrepayWithRequestPaymentResponse `json:"resp"`
Result string `json:"result"`
}