Utility/OperationLogCollect.cs
@@ -7,7 +7,7 @@ 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) { @@ -100,7 +100,7 @@ } 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) {