From 4d39995e68bc592c654d2ed0481307df91664247 Mon Sep 17 00:00:00 2001 From: wulin Date: Sat, 7 Oct 2023 11:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E4=B9=90=E6=93=8D=E4=BD=9C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=9F=B3=E4=B9=90=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/box/websocket/api/handler/BaseWebSocketProcess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/handler/BaseWebSocketProcess.java b/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/handler/BaseWebSocketProcess.java index 1160d5e..44e3517 100644 --- a/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/handler/BaseWebSocketProcess.java +++ b/iot-modules/iot-box-websocket-api/src/main/java/com/qiuguo/iot/box/websocket/api/handler/BaseWebSocketProcess.java @@ -251,7 +251,7 @@ public class BaseWebSocketProcess { //做相应的动作 baseSession.getMusic().setPlay(action.getSystemTalkAnswerConfigEntity().getPlayType()); resp.setMusic(baseSession.getMusic()); - resp.setText("已" + action.getAction()); + resp.setText("已" + action.getAction() + baseSession.getMusic().getSinger()); resp.setType(action.getSystemTalkAnswerConfigEntity().getAnswerType()); sendMessage(action, baseSession, resp); }else{