| | |
| | | public class OperationLogCollect : Singleton<OperationLogCollect>
|
| | | {
|
| | |
|
| | | #if TEST_BUILD
|
| | | #if TEST_URL
|
| | | const string url = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
|
| | | #else
|
| | | const string url = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";
|
| | |
| | |
|
| | |
|
| | |
|
| | | #if TEST_BUILD
|
| | | #if TEST_URL
|
| | | const string bugReportUrl = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
|
| | | #else
|
| | | const string bugReportUrl = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";
|
| | |
| | | #endif
|
| | | }
|
| | |
|
| | | #if TEST_BUILD
|
| | | #if TEST_URL
|
| | | const string chatReportUrl = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
|
| | | #else
|
| | | const string chatReportUrl = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";
|