From 60842014a37b7761c486dd80ffef778f1a88ac6e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Dec 2020 21:24:38 +0800 Subject: [PATCH 1/4] fix bug --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1803b93dcf..0437e850c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -129,7 +129,7 @@ TTS_NOOP_VERSION=2.0.7 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.0.4 +CARCHATTING_VERSION=2.0.8 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.7 # loglib From 744a921e4c161d929603d19710b4bdcbb343c21c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Dec 2020 22:37:28 +0800 Subject: [PATCH 2/4] fix bug --- .idea/gradle.xml | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1f3d18c759..6249850d4f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -74,7 +74,6 @@ diff --git a/gradle.properties b/gradle.properties index 0437e850c5..43241a8760 100644 --- a/gradle.properties +++ b/gradle.properties @@ -129,7 +129,7 @@ TTS_NOOP_VERSION=2.0.7 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.0.8 +CARCHATTING_VERSION=2.0.9 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.7 # loglib From bb6491bf7aa618aa5ffca03ed295fa8257e2a22d Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Wed, 2 Dec 2020 09:52:46 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mogo/module/common/MogoApisHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/MogoApisHandler.java b/modules/mogo-module-common/src/main/java/com/mogo/module/common/MogoApisHandler.java index 1fc4db92be..3ca356c09c 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/MogoApisHandler.java +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/MogoApisHandler.java @@ -42,7 +42,7 @@ public final class MogoApisHandler { public IMogoServiceApis getApis() { if ( sApis == null ) { synchronized ( this ) { - if ( sApis != null ) { + if ( sApis == null ) { sApis = ARouter.getInstance().navigation( IMogoServiceApis.class ); } } From b33e93ed8bcf2138c4886ddb890ac1c31fa08610 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Dec 2020 11:55:12 +0800 Subject: [PATCH 4/4] add interceptor and update callchat --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 43241a8760..9cf5037b7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -129,7 +129,7 @@ TTS_NOOP_VERSION=2.0.7 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.0.9 +CARCHATTING_VERSION=2.1.2 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.7 # loglib