替换https

This commit is contained in:
2024-10-09 03:05:33 +08:00
parent 43c27b7e0b
commit 54249d75da

View File

@@ -4,9 +4,9 @@ import android.content.Context
object ConstVars { object ConstVars {
// api 地址 // api 地址
const val BASE_SERVER = "http://192.168.31.130:8088" // const val BASE_SERVER = "http://192.168.31.130:8088"
// const val BASE_SERVER = "https://8.137.22.101:8088" // const val BASE_SERVER = "https://8.137.22.101:8088"
// const val BASE_SERVER = "https://8.137.22.101:8088" const val BASE_SERVER = "https://rider-pro.aiosman.com/beta_api"
const val MOMENT_LIKE_CHANNEL_ID = "moment_like" const val MOMENT_LIKE_CHANNEL_ID = "moment_like"
const val MOMENT_LIKE_CHANNEL_NAME = "Moment Like" const val MOMENT_LIKE_CHANNEL_NAME = "Moment Like"