Files
rider-pro-android-app/app/src/main/java/com/aiosman/riderpro/Const.kt

8 lines
242 B
Kotlin
Raw Normal View History

2024-08-11 21:17:02 +08:00
package com.aiosman.riderpro
object ConstVars {
// api 地址
// const val BASE_SERVER = "http://192.168.31.190:8088"
// const val BASE_SERVER = "http://192.168.31.251:8088"
2024-08-24 21:59:16 +08:00
const val BASE_SERVER = "https://8.137.22.101:8088"
2024-08-11 21:17:02 +08:00
}