修复获取访客id报错

dev_chengFeng
gaoxin 2020-07-25 18:31:06 +08:00
parent 789dc39efa
commit 98ef2bc8be
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ function this.SetDistinctId(distinctId)
end
-- 获取访客Id
function this.GetDistinctId(distinctId)
function this.GetDistinctId()
if AppConst.isSDK then
return App.TAMgr:GetDistinctId(distinctId)
return App.TAMgr:GetDistinctId()
end
return ""
end