From cb17a54e49f7520535d692d7e23a24bfa9b8a218 Mon Sep 17 00:00:00 2001 From: wulin Date: Wed, 22 Nov 2023 16:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E8=A3=85=E9=80=80=E5=87=BA=E6=80=9D?= =?UTF-8?q?=E8=80=83=E5=A2=9E=E5=8A=A0=E5=A5=BD=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/qiuguo/iot/third/command/U3DActionCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/iot-common/iot-third/src/main/java/com/qiuguo/iot/third/command/U3DActionCommand.java b/iot-common/iot-third/src/main/java/com/qiuguo/iot/third/command/U3DActionCommand.java index 9df5ee4..221f55d 100644 --- a/iot-common/iot-third/src/main/java/com/qiuguo/iot/third/command/U3DActionCommand.java +++ b/iot-common/iot-third/src/main/java/com/qiuguo/iot/third/command/U3DActionCommand.java @@ -111,6 +111,7 @@ public class U3DActionCommand extends ActionCommand implements IActionCommand{ return deviceUserTalkRecordService.insertDeviceUserTalkRecord(talkRecord).flatMap(integer -> { return toU3DMq(systemTalkBindU3d, baseSession.getUserId()).flatMap(b -> { resp.setType(AskTypeEnum.EXIT.getCode());//告诉Box退出思考 + resp.setText("好的"); return actionSendMessage.sendMsgWithTongYi(baseSession, resp); }); });