From 54249d75da7f13ec142267f38ec38cf406d16fd8 Mon Sep 17 00:00:00 2001 From: Kevinlinpr Date: Wed, 9 Oct 2024 03:05:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/aiosman/riderpro/Const.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/aiosman/riderpro/Const.kt b/app/src/main/java/com/aiosman/riderpro/Const.kt index 02c66cc..836c90e 100644 --- a/app/src/main/java/com/aiosman/riderpro/Const.kt +++ b/app/src/main/java/com/aiosman/riderpro/Const.kt @@ -4,9 +4,9 @@ import android.content.Context object ConstVars { // 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://rider-pro.aiosman.com/beta_api" const val MOMENT_LIKE_CHANNEL_ID = "moment_like" const val MOMENT_LIKE_CHANNEL_NAME = "Moment Like"