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