From 146ca5f14a76b1a973bea1362b445e179c8dd71b Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Thu, 10 Aug 2023 11:16:10 +0800 Subject: [PATCH] =?UTF-8?q?[6.0.0][Opt]=E6=96=B0=E5=A2=9E=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=B8=8A=E5=8F=B8=E6=9C=BA=E5=B1=8F=E7=9A=84=E4=B9=98?= =?UTF-8?q?=E5=AE=A2=E5=B1=8FSN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datacenter/autopilot/MoGoAutopilotControlProvider.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/autopilot/MoGoAutopilotControlProvider.kt b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/autopilot/MoGoAutopilotControlProvider.kt index da119ad97f..79e53dc4d6 100644 --- a/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/autopilot/MoGoAutopilotControlProvider.kt +++ b/core/function-impl/mogo-core-function-datacenter/src/main/java/com/mogo/eagle/core/function/datacenter/autopilot/MoGoAutopilotControlProvider.kt @@ -164,6 +164,9 @@ class MoGoAutopilotControlProvider : } override fun onReceiveClientSign(channel: Channel?, sn: String?) { + sn?.let { + invokeNettyConnResult("连接成功的乘客屏sn为:$it") + } } }, MoGoAiCloudClientConfig.getInstance().sn) } else {