新增支付平台通联宝测试

This commit is contained in:
苏尹岚
2020-02-26 15:35:25 +08:00
parent 77cb160f64
commit d50d796d31
9 changed files with 126 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ var (
DisableWXAuth1 bool
WxpayNotifyURL string
TLPayNotifyURL string
JdOrgCode string
Jd2OrgCode string
@@ -118,6 +119,7 @@ func Init() {
DisableWXAuth1 = true
WxpayNotifyURL = beego.AppConfig.DefaultString("wxpayNotifyURL", "")
TLPayNotifyURL = beego.AppConfig.DefaultString("tonglianPayNotifyURL", "")
JdOrgCode = beego.AppConfig.DefaultString("jdOrgCode", "")
Jd2OrgCode = beego.AppConfig.DefaultString("jd2OrgCode", "")