This commit is contained in:
suyl
2021-06-09 18:53:50 +08:00
parent 9b2f23434c
commit 3ed374e74a
9 changed files with 121 additions and 46 deletions

View File

@@ -18,11 +18,12 @@ const (
sepcAction = "unitorder/pay"
sepcAction2 = "h5unionpay/unionorder"
sigKey = "sign"
PayTypeWxXcx = "W06"
PayTypeZfbApp = "A03"
PayTypeZfbJS = "A02"
PayTypeH5 = "H5"
sigKey = "sign"
PayTypeWxXcx = "W06"
PayTypeZfbApp = "A03"
PayTypeZfbQrcode = "A01"
PayTypeZfbJS = "A02"
PayTypeH5 = "H5"
ResponseCodeSuccess = "SUCCESS"
ResponseCodeFail = "FAIL"