mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改MQTT通讯数据解析问题
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
|
||||
//void onGet(const httplib::Request& req, httplib::Response& resp);
|
||||
|
||||
Errcode logqueryBaseinfoin(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
Errcode login(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
|
||||
Errcode queryUserList(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
@@ -70,6 +71,7 @@ public:
|
||||
Errcode insertPolicy(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
Errcode updatePolicy(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
Errcode deletePolicy(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
Errcode queryPolicyByType(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
|
||||
Errcode querySystemLogList(const httplib::Request& req, njson& json, std::string& errmsg);
|
||||
//Errcode insertSystemLog(const httplib::Request& req, httplib::Response& resp, NJsonNode& json);
|
||||
|
||||
Reference in New Issue
Block a user