| | |
| | | tables["channel"] = VersionConfig.Get().appId; |
| | | tables["code"] = passward; |
| | | #if UNITY_EDITOR |
| | | //tables["accid"] = ModelCenter.Instance.GetModel<LoginModel>().accountBuf; |
| | | tables["accid"] = LoginManager.Instance.accountBuf; |
| | | tables["accid"] = PlayerDatas.Instance.baseData.AccID; |
| | | #else |
| | | //tables["accid"] = ynmbxxjUtil.Instance.FreePlatformInfo.account; |
| | | tables["accid"] = SDKUtils.Instance.FreePlatformInfo.account; |
| | | #endif |
| | | tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString(); |
| | | tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain; |