引导打点不再传递日期
parent
be57d5d44a
commit
e7e3de1674
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue