This commit is contained in:
邹宗楠
2022-10-11 14:01:26 +08:00
parent 33b774bfaf
commit e2a930632e
3 changed files with 29 additions and 18 deletions

View File

@@ -82,7 +82,6 @@ var (
IsAddEvent bool
OutputDebugMsgLevel int
TiktokShopCode string
)
func init() {
@@ -170,7 +169,6 @@ func Init() {
MtwmCode = web.AppConfig.DefaultString("mtwmAppID", "")
Mtwm2Code = web.AppConfig.DefaultString("mtwmAppID2", "")
TiktokShopCode = web.AppConfig.DefaultString("tiktokShopAppId", "7136048270014416392")
}
func IsCallbackAlwaysReturnSuccess() bool {