This commit is contained in:
2024-08-11 23:45:22 +08:00
parent 322a4320c7
commit 0fbd325690

View File

@@ -2,5 +2,5 @@ package com.aiosman.riderpro
object ConstVars {
// api 地址
const val BASE_SERVER = "http://192.168.31.57:8088"
const val BASE_SERVER = "https://8.137.22.101:8088"
}