This commit is contained in:
2024-12-30 15:58:48 +08:00
parent f3d6c1e666
commit 0161382d12
2 changed files with 13 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ func (a *AliPayService) CreateAlipayH5Order(amount float64, subject string, outT
Subject: subject,
OutTradeNo: outTradeNo,
TotalAmount: totalAmount,
ProductCode: "QUICK_WAP_WAY", // H5支付专用产品码
ProductCode: "QUICK_WAP_PAY", // H5支付专用产品码
NotifyURL: a.config.NotifyUrl, // 异步回调通知地址
ReturnURL: a.config.ReturnURL,
},