This commit is contained in:
2024-08-11 21:17:02 +08:00
parent 19527f17c3
commit 322a4320c7
9 changed files with 160 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
package com.aiosman.riderpro
object ConstVars {
// api 地址
const val BASE_SERVER = "http://192.168.31.57:8088"
}