更新 token 刷新

新增 token 刷新功能,包括 API 接口和拦截器逻辑。
This commit is contained in:
2024-08-31 23:49:15 +08:00
parent 98430f3282
commit 091926a3c1
6 changed files with 66 additions and 25 deletions

View File

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