| | |
| | | |
| | | // private const val TEST_URL = "http://192.168.110.64:9000/" //内网 |
| | | private const val TEST_URL = "https://xq.xqzhihui.com/api/" //外网 |
| | | private const val LINE_URL = "https://jkcyl.cn/app/" //正式服 |
| | | private const val LINE_URL = "" //正式服 |
| | | val BASE_URL = if (isTest) TEST_URL else LINE_URL |
| | | |
| | | /**公共接口*/ |
| | |
| | | const val getCode = "auth/app/sendCaptchaCode" |
| | | const val querySystemImg = "system/system/page/getPage" |
| | | |
| | | const val PUSH_BASE_URL = "http://113.45.158.158/share/#/" |
| | | const val PUSH_BASE_URL = "https://xq.xqzhihui.com/share/#/" |
| | | const val RANK = PUSH_BASE_URL + "pages/ranking/ranking?userId=%s" |
| | | const val PUSH_LIST = PUSH_BASE_URL + "pages/ranking/recommend?userId=%s" |
| | | const val SHARE_APP = PUSH_BASE_URL + "pages/poster/poster?userId=%s" |