少年修仙传客户端代码仓库
hch
2025-06-05 97e422e1b77a800ad95a59d7d05bf6ca12a3f11a
Utility/OperationLogCollect.cs
@@ -9,7 +9,7 @@
public class OperationLogCollect : Singleton<OperationLogCollect>
{
    const string url = "http://vncenter.daojmengxvn.com:11000/event_receiver?";
    const string url = "http://hyvncenter.yuxiangshcn.com:11000/event_receiver?";
    public void RecordLauchEvent(int _step)
    {
@@ -110,7 +110,7 @@
    }
    const string bugReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    const string bugReportUrl = "http://hyvncenter.yuxiangshcn.com:11000/center/eventreport.php?";
    public void BugReport(string _title, string _content)
    {
@@ -185,7 +185,7 @@
    }
    const string chatReportUrl = "http://vncenter.daojmengxvn.com:11000/center/eventreport.php?";
    const string chatReportUrl = "http://hyvncenter.yuxiangshcn.com:11000/center/eventreport.php?";
    public void ChatReport(string content, string channelName, string toPlayer, ChatInfoType chatType)
    {
#if !UNITY_EDITOR