| | |
| | | public string card_id; |
| | | } |
| | | |
| | | public struct FP_DoIDAuthentication |
| | | { |
| | | public string errorcode; |
| | | public string errordesc; |
| | | public string card_id; |
| | | } |
| | | |
| | | string authenticationCardId = ""; |
| | | public string channelId = "1000"; |
| | | public string platfromId = "1000"; |
| | | |
| | | public void FreePlatformInit() |
| | | { |
| | |
| | | m_Json["familyID"] = PlayerDatas.Instance.baseData.FamilyId.ToString(); |
| | | m_Json["fightPower"] = PlayerDatas.Instance.baseData.FightPower.ToString(); |
| | | m_Json["num"] = 1; |
| | | if (VersionConfig.Get().appId == "ryzj") |
| | | { |
| | | //高热有修正渠道 兼容旧号 |
| | | m_Json["channelId"] = LoginManager.Instance.sdkLoginResult.account.Split("@")[1]; |
| | | } |
| | | |
| | | #if UNITY_IOS |
| | | m_Json["identifier"] = VersionConfig.Get().bundleIdentifier; |