1
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user