Files
rider-pro-android-app/app/src/main/java/com/aiosman/riderpro/Const.kt
2024-08-23 18:31:14 +08:00

7 lines
183 B
Kotlin

package com.aiosman.riderpro
object ConstVars {
// api 地址
const val BASE_SERVER = "http://192.168.31.250:8088"
// const val BASE_SERVER = "https://8.137.22.101:8088"
}