| | |
| | | }
|
| | | }
|
| | |
|
| | | 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);
|
| | |
| | | |
| | | 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>(); |
| | |
| | |
|
| | | 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/?";
|
| | |
| | | |
| | | 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;
|
| | |
|
| | |
| | | |
| | | 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 = "";
|
| | |
| | |
|
| | | 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)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | |
|
| | | 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)
|
| | | {
|