1.添加安全登录功能

2.调整部分接口
This commit is contained in:
2024-08-13 16:14:45 +08:00
parent 7449efc6a3
commit 9617f3d975
5 changed files with 127 additions and 53 deletions

View File

@@ -112,7 +112,7 @@ public class TestController {
for(int i=0;i<300;i++){
for(int i=0;i<1000;i++){
JSONObject map = JSONObject.parseObject(clientHandler.topicMsg);
map.put("customDevId",clientHandler.devId);
double vA = Double.valueOf(map.get("PhV_phsA").toString());
@@ -160,6 +160,7 @@ public class TestController {
try {
Thread.sleep(1000);
//Thread.sleep(180000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}