引导打点不再传递日期

dev_chengFeng
gaoxin 2020-07-28 16:12:29 +08:00
parent be57d5d44a
commit e7e3de1674
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function this.ShowGuide(id, ...)
DataCenterManager.CommitClickStatus(Language[10839], tostring(id))
ThinkingAnalyticsManager.Track("guild", {
step_id = id,
guild_start_time = math.floor(GetTimeStamp()).. "#3",
guild_start_time = math.floor(GetTimeStamp()),
})
-- 引导结束回调
local function onGuideClose()