add tag and key

This commit is contained in:
lnk
2025-09-22 13:26:52 +08:00
parent 825315440d
commit 169aa9b34a
7 changed files with 71 additions and 14 deletions

View File

@@ -265,6 +265,8 @@ public:
std::string strTopic; //发送topic
std::string strText; //发送的json字符串
std::string mp_id; //监测点id
std::string tag; //消息tag
std::string key; // 消息key
};
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////