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