| | |
| | | { |
| | | if (onConnected != null) |
| | | { |
| | | Debug.Log($"[ClientSocket][ConnectCallBack] onConnected({{0}})", m_Socket != null && m_Socket.Connected); |
| | | Debug.Log($"[ClientSocket][ConnectCallBack] onConnected({m_Socket != null && m_Socket.Connected})"); |
| | | onConnected(m_Socket != null && m_Socket.Connected); |
| | | onConnected = null; |
| | | } |
| | |
| | | { |
| | | public static readonly string[] JUMP_URL = new string[] |
| | | { |
| | | #if TEST_BUILD |
| | | #if TEST_URL |
| | | "http://gamecenter.secondworld.net.cn:11000/center/server_list.php/?", |
| | | #else |
| | | "http://xssgcenter.secondworld.net.cn:11000/center/server_list.php/?", |
| | |
| | | [SerializeField] Button receiveBtn; |
| | | // const string exchangeUrl = "http://gamecenter.secondworld.net.cn:53003/Coupon/CouponCode.php?"; |
| | | |
| | | #if TEST_BUILD |
| | | #if TEST_URL |
| | | const string exchangeUrl = "http://gamecenter.secondworld.net.cn:53003/center/CouponCode.php/?"; |
| | | #else |
| | | const string exchangeUrl = "http://xssgcenter.secondworld.net.cn:53003/center/CouponCode.php/?"; |
| | |
| | | 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?";
|