| | |
| | | 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)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | |
|
| | | 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)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | |
|
| | | 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
|