From 1b11bc0366b4e016bc555527cb40b018511c6056 Mon Sep 17 00:00:00 2001 From: wulin Date: Fri, 13 Oct 2023 15:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=9C=BA?= =?UTF-8?q?=E6=99=AFid?= 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 5f0a18d..26f2d22 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 @@ -181,7 +181,7 @@ public class BaseWebSocketProcess { U3dMsg u3dMsg = new U3dMsg(); u3dMsg.setMsgType(systemTalkBindU3dEntity.getU3dType()); u3dMsg.setMetaId(metaId); - //u3dMsg.setScenceId(action.getDeviceUserBindEntity().getScenceId()); + u3dMsg.setScenceId(0L); u3dMsg.setExParam(systemTalkBindU3dEntity.getAnswerAction()); u3dMsg.setStatusId(systemTalkBindU3dEntity.getU3dStatusId());