From 7bfaf6ee7ead545cfb7c885da84680f405b75109 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期三, 22 八月 2018 13:57:51 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Utility/OperationLogCollect.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Utility/OperationLogCollect.cs b/Utility/OperationLogCollect.cs
index c65e913..6504ef8 100644
--- a/Utility/OperationLogCollect.cs
+++ b/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)
     {

--
Gitblit v1.8.0