加一行代码

This commit is contained in:
xiekaidong 2023-07-06 21:49:35 +08:00
parent a2f900eed4
commit 8bea91e63e

View File

@ -213,6 +213,7 @@ end
function SDKManager:initFireBaseToken()
CS.BF.BFMain.Instance.SDKMgr.BFLoginSDKMgr:GetFirebaseToken(function(token)
self.firebaseToken = token
CS.BF.BFMain.Instance.SDKMgr.BFThirdReportSDKMgr:AdjustSetDeviceToken(token)
end)
end