修复获取访客id报错
parent
789dc39efa
commit
98ef2bc8be
|
@ -49,9 +49,9 @@ function this.SetDistinctId(distinctId)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 获取访客Id
|
-- 获取访客Id
|
||||||
function this.GetDistinctId(distinctId)
|
function this.GetDistinctId()
|
||||||
if AppConst.isSDK then
|
if AppConst.isSDK then
|
||||||
return App.TAMgr:GetDistinctId(distinctId)
|
return App.TAMgr:GetDistinctId()
|
||||||
end
|
end
|
||||||
return ""
|
return ""
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue