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