fix pay result
This commit is contained in:
parent
acd0dd5b9c
commit
877f1cdaee
@ -37,7 +37,7 @@ Alipay:
|
||||
AlipayRootCertPath: "etc/merchant/alipayRootCert.crt"
|
||||
IsProduction: true
|
||||
NotifyUrl: "https://6m4685017o.goho.co/api/v1/pay/alipay/callback"
|
||||
ReturnURL: "http://192.168.10.16:5679/authorization"
|
||||
ReturnURL: "http://192.168.10.16:5679/payment/result"
|
||||
|
||||
Wxpay:
|
||||
AppID: "wx442ee1ac1ee75917"
|
||||
|
@ -39,7 +39,7 @@ Alipay:
|
||||
AlipayRootCertPath: "etc/merchant/alipayRootCert.crt"
|
||||
IsProduction: true
|
||||
NotifyUrl: "https://www.quannengcha.com/api/v1/pay/alipay/callback"
|
||||
ReturnURL: "https://www.quannengcha.com/authorization"
|
||||
ReturnURL: "https://www.quannengcha.com/payment/result"
|
||||
Wxpay:
|
||||
AppID: "wx442ee1ac1ee75917"
|
||||
MchID: "1682635136"
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
|
||||
func TestAesEcbMobileEncryption(t *testing.T) {
|
||||
// 测试手机号加密
|
||||
mobile := "18562870088"
|
||||
mobile := "15008098853"
|
||||
|
||||
keyStr := "ff83609b2b24fc73196aac3d3dfb874f"
|
||||
// 测试加密
|
||||
|
Loading…
Reference in New Issue
Block a user