修复sdk无法登陆的问题
parent
95c0618c33
commit
e18ac274db
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue