实现MQTT功能, 修改HTTP接口

This commit is contained in:
lixiaoyuan
2025-09-04 19:31:04 +08:00
parent 61ed4f355f
commit d81bcd9983
30 changed files with 2029 additions and 697 deletions

View File

@@ -1,11 +1,6 @@
{
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"passwd": "123456",
"dbname": "ees"
},
"database": {"host": "localhost", "port": 3306, "user": "root", "passwd": "123456", "dbname": "ees"},
"token":"",
"http": { "port": 19800}
"http": {"port": 19800},
"mqtt": {"host":"tcp://localhost:1883","username":"","password":""}
}