From c396457c0a7ba1a5581e3e1e2e0ffeb5a086128c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 22 八月 2018 11:44:00 +0800
Subject: [PATCH] 2769 【前端】更换域名配置需求
---
System/Chat/VoiceHttpRequest.cs | 4 ++--
System/Debug/DebugUtility.cs | 2 +-
System/Chat/ChatCenter.cs | 2 +-
Utility/OperationLogCollect.cs | 4 ++--
System/ClientVersion/VersionUtility.cs | 2 +-
System/Login/ServerListCenter.cs | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/System/Chat/ChatCenter.cs b/System/Chat/ChatCenter.cs
index 4f03024..1b48648 100644
--- a/System/Chat/ChatCenter.cs
+++ b/System/Chat/ChatCenter.cs
@@ -293,7 +293,7 @@
}
}
- const string downloadUrl = "http://{0}.voice.secondworld.net.cn:53001/voice/download";
+ const string downloadUrl = "http://{0}.voice.2460web.com:53001/voice/download";
private void SendSpeech(byte[] encode, long _tick)
{
VoiceHttpRequest.Instance.Enqueue(encode, _tick, (int)PlayerDatas.Instance.PlayerId);
diff --git a/System/Chat/VoiceHttpRequest.cs b/System/Chat/VoiceHttpRequest.cs
index 7037389..7ab66ee 100644
--- a/System/Chat/VoiceHttpRequest.cs
+++ b/System/Chat/VoiceHttpRequest.cs
@@ -6,8 +6,8 @@
public class VoiceHttpRequest : SingletonMonobehaviour<VoiceHttpRequest>
{
- const string uploadUrl = "http://{0}.voice.secondworld.net.cn:53001/voice/upload";
- const string downloadUrl = "http://{0}.voice.secondworld.net.cn:53001/voice/download";
+ const string uploadUrl = "http://{0}.voice.2460web.com:53001/voice/upload";
+ const string downloadUrl = "http://{0}.voice.2460web.com:53001/voice/download";
public Queue<VoiceHttp> speechs = new Queue<VoiceHttp>();
diff --git a/System/ClientVersion/VersionUtility.cs b/System/ClientVersion/VersionUtility.cs
index 5b9a2f7..cca7938 100644
--- a/System/ClientVersion/VersionUtility.cs
+++ b/System/ClientVersion/VersionUtility.cs
@@ -13,7 +13,7 @@
public class VersionUtility : Singleton<VersionUtility>
{
- public static readonly string[] VERSION_URL = new string[] { "http://pub.game.secondworld.net.cn:11000/appversion/?" ,
+ public static readonly string[] VERSION_URL = new string[] { "http://pub.game.2460web.com:11000/appversion/?" ,
"http://111.230.234.252:11000/appversion/?"};
const string VERSION_URL_PURE = "http://111.230.234.252:11000/purge/appversion/?";
diff --git a/System/Debug/DebugUtility.cs b/System/Debug/DebugUtility.cs
index eab21f6..a960b40 100644
--- a/System/Debug/DebugUtility.cs
+++ b/System/Debug/DebugUtility.cs
@@ -7,7 +7,7 @@
public class DebugUtility : Singleton<DebugUtility>
{
- const string url = "http://pub.game.secondworld.net.cn:11000/dbg_player/?";
+ const string url = "http://pub.game.2460web.com:11000/dbg_player/?";
GameObject debugRoot;
diff --git a/System/Login/ServerListCenter.cs b/System/Login/ServerListCenter.cs
index 0fc0bb2..a2c1ada 100644
--- a/System/Login/ServerListCenter.cs
+++ b/System/Login/ServerListCenter.cs
@@ -8,7 +8,7 @@
public class ServerListCenter : Singleton<ServerListCenter>
{
- public static readonly string[] JUMP_URL = new string[] { "http://pub.game.secondworld.net.cn:11000/server_list/?"
+ public static readonly string[] JUMP_URL = new string[] { "http://pub.game.2460web.com:11000/server_list/?"
,"http://111.230.234.252:11000/server_list/?"};
public static string SERVERLIST_URL_COMMON = "";
diff --git a/Utility/OperationLogCollect.cs b/Utility/OperationLogCollect.cs
index c65e913..6504ef8 100644
--- a/Utility/OperationLogCollect.cs
+++ b/Utility/OperationLogCollect.cs
@@ -7,7 +7,7 @@
public class OperationLogCollect : Singleton<OperationLogCollect>
{
- const string url = "http://pub.game.secondworld.net.cn:11000/event_receiver?";
+ const string url = "http://pub.game.2460web.com:11000/event_receiver?";
public void RecordLauchEvent(int _step)
{
@@ -100,7 +100,7 @@
}
- const string bugReportUrl = "http://pub.game.secondworld.net.cn:11000/event_receiver?";
+ const string bugReportUrl = "http://pub.game.2460web.com:11000/event_receiver?";
public void BugReport(string _title, string _content)
{
--
Gitblit v1.8.0