1
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user