关闭HttpPassport部分日志
This commit is contained in:
donghongyu
2022-01-18 18:00:56 +08:00
parent 2229588f5a
commit 100384e6f6
2 changed files with 10 additions and 12 deletions

View File

@@ -15,8 +15,6 @@ import okhttp3.ResponseBody
*/
class HttpPassportInterceptor : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {
Logger.d("HttpPassportInterceptor", "Passport error ")
val response = chain.proceed(chain.request())
val responseBody = response.body()
var responseContent: String? = null

View File

@@ -36,22 +36,22 @@ PASSWORD=xintai2018
RELEASE=true
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.3.16
MOGO_UTILS_VERSION=1.3.17
# 网络请求
MOGO_NETWORK_VERSION=1.3.16
MOGO_NETWORK_VERSION=1.3.17
# 网络DNS
MOGO_HTTPDNS_VERSION=1.3.16
MOGO_HTTPDNS_VERSION=1.3.17
# 鉴权
MOGO_PASSPORT_VERSION=1.3.16
MOGO_PASSPORT_VERSION=1.3.17
# 常链接
MOGO_SOCKET_VERSION=1.3.16
MOGO_SOCKET_VERSION=1.3.17
# 数据采集
MOGO_REALTIME_VERSION=1.3.16
MOGO_REALTIME_VERSION=1.3.17
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.3.16
MOGO_TANLU_VERSION=1.3.17
# 直播推流
MOGO_LIVE_VERSION=1.3.16
MOGO_LIVE_VERSION=1.3.17
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.3.16
MOGO_TRAFFICLIVE_VERSION=1.3.17
# 定位服务
MOGO_LOCATION_VERSION=1.3.16
MOGO_LOCATION_VERSION=1.3.17