修复获取访客id报错
parent
789dc39efa
commit
98ef2bc8be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue