| | |
| | | val SOCKET_PORT = if (isTest) TEST_PORT else LINE_PORT |
| | | |
| | | /**公共接口*/ |
| | | val SHARE_URL = "https://fuban.net/share/shareIndex.html?uid=%d&type=1" //普通分享 |
| | | val TRIP_URL = "https://fuban.net/orderShare/index.html?orderId=%s&orderType=%d" //行程分享 |
| | | val SHARE_URL = "https://fuban.net/sharePage/share/shareIndex.html?uid=%d&type=1" //普通分享 |
| | | val TRIP_URL = "https://fuban.net/sharePage/orderShare/index.html?orderId=%s&orderType=%d" //行程分享 |
| | | |
| | | const val H5_URL = "base/agreement/queryByType" //获取协议 |
| | | const val queryOpenCity = "base/openCity/queryOpenCity" |