This commit is contained in:
邹宗楠
2022-10-24 20:57:13 +08:00
parent 89f62a447e
commit fbd735311c
2 changed files with 45 additions and 10 deletions

View File

@@ -82,6 +82,7 @@ var (
IsAddEvent bool
OutputDebugMsgLevel int
TiktokShopAppSecret string
)
func init() {
@@ -164,6 +165,7 @@ func Init() {
JdLoginName = web.AppConfig.DefaultString("jdLoginName", "")
IsAddEvent = web.AppConfig.DefaultBool("addEvent", false)
TictokpayNotifyURL = web.AppConfig.DefaultString("tiktokNotifyUrl", "")
TiktokShopAppSecret = web.AppConfig.DefaultString("tiktokShopAppSecret", "")
IsStoreSkuAct = !IsProductEnv()