罗明文
2024-06-16 9673bcd57c6100ad9fdfbee728ef078104511fc1
app/src/main/java/com/dollearn/student/network/Apis.kt
@@ -3,9 +3,9 @@
object Apis {
    private var isTest = true
    private const val TEST_URL = "http://192.168.110.237:9000/" //周帅内网
//    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://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