修复sdk无法登录
parent
70a575cbb3
commit
2bf4247d59
|
|
@ -36,6 +36,7 @@ function this.Initialize()
|
||||||
AppConst.OpenId = result[2]
|
AppConst.OpenId = result[2]
|
||||||
AppConst.TokenStr = result[4]
|
AppConst.TokenStr = result[4]
|
||||||
AppConst.SdkChannel = result[5]
|
AppConst.SdkChannel = result[5]
|
||||||
|
AppConst.SdkPackageName = AndroidDeviceInfo.Instance:GetPackageName()
|
||||||
end
|
end
|
||||||
-- 判断是否是注册并登录
|
-- 判断是否是注册并登录
|
||||||
if this.isRegister then
|
if this.isRegister then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue