This commit is contained in:
邹宗楠
2022-05-30 18:41:56 +08:00
parent 65017f39b4
commit a8af8699f6
6 changed files with 168 additions and 4 deletions

View File

@@ -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", "")