| | |
| | | { |
| | | Debug.Log("战斗时序 收到B431 并请求下载战报" + Time.time); |
| | | var date = UIHelper.ServerStringTrim(netData.PathDate); |
| | | RequestTurnFightData(guid, date, mapID); |
| | | RequestTurnFightData(guid, date, mapID, (int)netData.CrossServerID); |
| | | } |
| | | else |
| | | { |
| | |
| | | } |
| | | |
| | | } |
| | | public void RequestTurnFightData(string guid, string date, int mapID) |
| | | public void RequestTurnFightData(string guid, string date, int mapID, int crossServerID = 0) |
| | | { |
| | | //mobile.secondworld.net.cn:53080\S9006\20251202\3042602\5b11338f-cf2c-11f0-a0a0-000c29b22418.tfr |
| | | var serverID = UIHelper.GetServerIDByAccount(PlayerDatas.Instance.baseData.AccID); |
| | | var serverID = crossServerID !=0 ? crossServerID : UIHelper.GetServerIDByAccount(PlayerDatas.Instance.baseData.AccID); |
| | | |
| | | var url = ServerListCenter.Instance.GetServerUrl(serverID); |
| | | string assetVersionUrl = string.Empty; |