diff --git a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpPassportInterceptor.kt b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpPassportInterceptor.kt index 3dc81eb..4e0bb38 100644 --- a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpPassportInterceptor.kt +++ b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpPassportInterceptor.kt @@ -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 diff --git a/gradle.properties b/gradle.properties index a91b6b3..3e00d9e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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