feat: 支付闭环
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package response
|
||||
|
||||
import "github.com/wechatpay-apiv3/wechatpay-go/services/payments/jsapi"
|
||||
|
||||
type PrePayResult struct {
|
||||
Payments *jsapi.PrepayWithRequestPaymentResponse `json:"payments"`
|
||||
OutTradeNo string `json:"outTradeNo"`
|
||||
}
|
||||
Reference in New Issue
Block a user