From 4eea1a8c929b6e802988abcb3300396e310626fb Mon Sep 17 00:00:00 2001 From: luoyifan Date: Wed, 2 Jul 2025 21:26:30 +0800 Subject: [PATCH] LccRedisService / LccMqttService --- test/project.json | 3 +++ tw_test/envs/1.json | 6 ++++++ tw_test/envs/3.json | 11 ++++++++--- tw_test/project.json | 3 +++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/test/project.json b/test/project.json index c0f7050..3b6236c 100644 --- a/test/project.json +++ b/test/project.json @@ -2,6 +2,9 @@ "projectUuid": "test", "projectLabel": "压力测试test", "projectVersion": 1, + "subSystemList": [ + "RCS" + ], "directoryData": [ { "label": "仓库楼层", diff --git a/tw_test/envs/1.json b/tw_test/envs/1.json index ebf1760..451c5bb 100644 --- a/tw_test/envs/1.json +++ b/tw_test/envs/1.json @@ -9,6 +9,12 @@ "password": "admin", "websocket": "mqtt://10.10.101.8:9001" }, + "frontendMqtt": { + "brokerUrl": "tcp://10.10.101.8:1884", + "username": "admin", + "password": "admin", + "websocket": "mqtt://10.10.101.8:7884" + }, "mysql": { "jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", "username": "rcs2_tw_zhanghui", diff --git a/tw_test/envs/3.json b/tw_test/envs/3.json index 4b7833f..79501c9 100644 --- a/tw_test/envs/3.json +++ b/tw_test/envs/3.json @@ -4,11 +4,16 @@ "isVirtual": true, "envConfig": { "mqtt": { - "brokerUrl": "tcp://127.0.0.1:1883", - "clientId": "yvan-rcs-dev-1", + "brokerUrl": "tcp://10.10.101.8:1883", "username": "user", "password": "user", - "websocket": "mqtt://127.0.0.1:7883" + "websocket": "mqtt://10.10.101.8:7883" + }, + "frontendMqtt": { + "brokerUrl": "tcp://10.10.101.8:1884", + "username": "admin", + "password": "admin", + "websocket": "mqtt://10.10.101.8:7884" }, "mysql": { "jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", diff --git a/tw_test/project.json b/tw_test/project.json index 3367853..974e49f 100644 --- a/tw_test/project.json +++ b/tw_test/project.json @@ -2,6 +2,9 @@ "projectUuid": "tw_test", "projectLabel": "台湾展会-嘉兴调试", "projectFileLocation": "", + "subSystemList": [ + "RCS" + ], "directoryData": [ { "label": "仓库楼层",