qnc init
This commit is contained in:
8
model/response/pay.go
Normal file
8
model/response/pay.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package response
|
||||
|
||||
import "github.com/wechatpay-apiv3/wechatpay-go/services/payments/jsapi"
|
||||
|
||||
type PrepayResponse struct {
|
||||
Resp *jsapi.PrepayWithRequestPaymentResponse `json:"resp"`
|
||||
Result string `json:"result"`
|
||||
}
|
||||
Reference in New Issue
Block a user