lmw
2024-06-17 f571288a24fcf10143dcc8015ffbbf38dbc0c614
app/src/main/java/com/dollearn/student/network/Apis.kt
@@ -3,9 +3,8 @@
object Apis {
    private var isTest = true
    private const val TEST_URL = "http://192.168.110.237:9000/" //周帅内网
//    private const val TEST_URL = "http://221.182.45.100:56666/" //内网穿透
//    private const val TEST_URL = "http://8.137.22.229:56666/" //外网
//    private const val TEST_URL = "http://192.168.110.237:9000/" //周帅内网
    private const val TEST_URL = "http://1.95.15.237:9000/" //外网
    private const val LINE_URL = "http://8.137.22.229:56666/" //正式服
    val BASE_URL = if (isTest) TEST_URL else LINE_URL
@@ -61,7 +60,13 @@
     * 学习
     */
    const val listenSelectPicture = "study/base/study/listenSelectPicture"
    const val pictureSelectVoice = "study/base/study/pictureSelectVoice"
    const val induceExclude = "study/base/study/induceExclude"
    const val questionsAndAnswers = "study/base/study/questionsAndAnswers"
    const val pictureMateVoice = "study/base/study/pictureMateVoice"
    const val exitLearning = "study/base/study/exitLearning"
    const val teamSchedule = "study/base/study/teamSchedule"
    const val completeLearning = "study/base/study/completeLearning"
    /**