修复sdk无法登陆的问题

dev_chengFeng
JieLing 2020-09-10 14:50:25 +08:00
parent 95c0618c33
commit e18ac274db
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