feat: 支付闭环

This commit is contained in:
Blizzard
2026-03-04 17:05:48 +08:00
parent 042c99aa46
commit 7a32f8a351
31 changed files with 902 additions and 503 deletions
+8
View File
@@ -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"`
}