This commit is contained in:
邹宗楠
2025-06-24 13:50:29 +08:00
parent 5b3ef2cd6d
commit 0599a21bce
42 changed files with 4192 additions and 26 deletions

View File

@@ -16,10 +16,10 @@ const (
sepcAction2 = "h5unionpay/unionorder"
sigKey = "sign"
PayTypeWxXcx = "W06"
PayTypeWxCode = "W01"
PayTypeZfbApp = "A03"
PayTypeZfbQrcode = "A01"
PayTypeWxXcx = "W06" // 小程序支付
PayTypeWxCode = "W01" // 微信支付
PayTypeZfbApp = "A03" // 支付宝小程序
PayTypeZfbQrcode = "A01" // 支付宝支付
PayTypeZfbJS = "A02"
PayTypeH5 = "H5"