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/ChatCenter.cs |    2 +-
 1 files changed, 1 insertions(+), 1 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);

--
Gitblit v1.8.0