少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-22 c396457c0a7ba1a5581e3e1e2e0ffeb5a086128c
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);