修复sdk无法登录

gaoxin 2020-09-10 14:25:30 +08:00
parent 70a575cbb3
commit 2bf4247d59
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function this.Initialize()
AppConst.OpenId = result[2]
AppConst.TokenStr = result[4]
AppConst.SdkChannel = result[5]
AppConst.SdkPackageName = AndroidDeviceInfo.Instance:GetPackageName()
end
-- 判断是否是注册并登录
if this.isRegister then