System/Chat/VoiceHttpRequest.cs
@@ -4,7 +4,9 @@ using System.Text; using UnityEngine; [XLua.LuaCallCSharp] public class VoiceHttpRequest : SingletonMonobehaviour<VoiceHttpRequest> { const string uploadUrl = "http://{0}.voice.2460web.com:53001/voice/upload"; const string downloadUrl = "http://{0}.voice.2460web.com:53001/voice/download";