lmw
2025-04-24 718f31c92e2029d05260810435a2c70cef6e6ce5
app/src/main/java/com/sinata/xqmuse/network/Apis.kt
@@ -5,7 +5,7 @@
//    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
    /**公共接口*/
@@ -13,7 +13,7 @@
    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"