6 lines
124 B
Kotlin
6 lines
124 B
Kotlin
|
|
package com.aiosman.riderpro
|
||
|
|
|
||
|
|
object ConstVars {
|
||
|
|
// api 地址
|
||
|
|
const val BASE_SERVER = "http://192.168.31.57:8088"
|
||
|
|
}
|