From 2229588f5ad87270bf537fda70e4b0006f3098aa Mon Sep 17 00:00:00 2001 From: donghongyu Date: Tue, 18 Jan 2022 17:34:53 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20=E5=85=B3=E9=97=ADhttp=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../interceptor/HttpLoggingInterceptor.kt | 2 +- gradle.properties | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt index ca0f025..2d35216 100644 --- a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt +++ b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt @@ -84,7 +84,7 @@ class HttpLoggingInterceptor : Interceptor { if (response.code() != 200) { Logger.e(TAG, logMsg.toString()) } else { - Logger.d(TAG, logMsg.toString()) + //Logger.d(TAG, logMsg.toString()) } return if (consumedResponse) response.newBuilder() .body(ResponseBody.create(contentType, responseContent)).build() else response diff --git a/gradle.properties b/gradle.properties index af27179..a91b6b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,25 +33,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=false +RELEASE=true # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.3.15 +MOGO_UTILS_VERSION=1.3.16 # 网络请求 -MOGO_NETWORK_VERSION=1.3.15 +MOGO_NETWORK_VERSION=1.3.16 # 网络DNS -MOGO_HTTPDNS_VERSION=1.3.15 +MOGO_HTTPDNS_VERSION=1.3.16 # 鉴权 -MOGO_PASSPORT_VERSION=1.3.15 +MOGO_PASSPORT_VERSION=1.3.16 # 常链接 -MOGO_SOCKET_VERSION=1.3.15 +MOGO_SOCKET_VERSION=1.3.16 # 数据采集 -MOGO_REALTIME_VERSION=1.3.15 +MOGO_REALTIME_VERSION=1.3.16 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.3.15 +MOGO_TANLU_VERSION=1.3.16 # 直播推流 -MOGO_LIVE_VERSION=1.3.15 +MOGO_LIVE_VERSION=1.3.16 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.3.15 +MOGO_TRAFFICLIVE_VERSION=1.3.16 # 定位服务 -MOGO_LOCATION_VERSION=1.3.15 +MOGO_LOCATION_VERSION=1.3.16