| | |
| | |
|
| | | private void OnSDKAccountLoginOk(ynmbxxjUtil.FP_LoginOk _result)
|
| | | {
|
| | |
|
| | | DebugEx.Log("OnSDKAccountLoginOk 111111111111111");
|
| | |
|
| | | sdkLogined = true;
|
| | | sdkLoginResult = _result;
|
| | |
|
| | | DebugEx.Log("OnSDKAccountLoginOk 222222222");
|
| | | if (!DebugUtility.Instance.isWhiteListAccount)
|
| | | {
|
| | | DebugUtility.Instance.RequestWhiteListAuthority(sdkLoginResult.account);
|
| | | }
|
| | |
|
| | | DebugEx.Log("OnSDKAccountLoginOk 333333333");
|
| | | ServerListCenter.Instance.RequestServerListPlayer(sdkLoginResult.account);
|
| | | ynmbxxjUtil.Instance.MakeKeyAndVisible();
|
| | | OperationLogCollect.Instance.RecordLauchEvent(5);
|