1
This commit is contained in:
@@ -61,9 +61,10 @@ var (
|
||||
EnableWXAuth2 bool
|
||||
DisableWXAuth1 bool
|
||||
|
||||
WxpayNotifyURL string
|
||||
TLPayNotifyURL string
|
||||
FnNotifyURL string
|
||||
WxpayNotifyURL string
|
||||
TLPayNotifyURL string
|
||||
FnNotifyURL string
|
||||
TictokpayNotifyURL string
|
||||
|
||||
JdOrgCode string
|
||||
Jd2OrgCode string
|
||||
@@ -158,6 +159,8 @@ func Init() {
|
||||
JdydOrgCode = web.AppConfig.DefaultString("jdydOrgCode", "")
|
||||
JdLoginName = web.AppConfig.DefaultString("jdLoginName", "")
|
||||
IsAddEvent = web.AppConfig.DefaultBool("addEvent", false)
|
||||
TictokpayNotifyURL = web.AppConfig.DefaultString("tiktokNotifyUrl", "")
|
||||
|
||||
IsStoreSkuAct = !IsProductEnv()
|
||||
|
||||
MtwmCode = web.AppConfig.DefaultString("mtwmAppID", "")
|
||||
|
||||
Reference in New Issue
Block a user