pay result

This commit is contained in:
苏尹岚
2020-11-06 16:16:20 +08:00
parent d0d2d6c2df
commit 3933523142
3 changed files with 65 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ var (
GetYLYTokenURL string
GetPushTokenURL string
GetWeimobTokenURL string
WxpayAppKey string
StoreName string
StoreNameMtwm string
@@ -128,6 +129,7 @@ func Init() {
EnableWXAuth2 = true // beego.BConfig.RunMode == "beta"
DisableWXAuth1 = true
WxpayAppKey = beego.AppConfig.DefaultString("wxpayAppKey", "")
WxpayNotifyURL = beego.AppConfig.DefaultString("wxpayNotifyURL", "")
TLPayNotifyURL = beego.AppConfig.DefaultString("tonglianPayNotifyURL", "")
JdOrgCode = beego.AppConfig.DefaultString("jdOrgCode", "")