add cloud mq

This commit is contained in:
lnk
2025-08-08 16:35:36 +08:00
parent 16ccb567d0
commit 13e0bc18b3
4 changed files with 93 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ extern std::string G_MQCONSUMER_TOPIC_LOG;
extern std::string G_MQCONSUMER_TAG_LOG;
extern std::string G_MQCONSUMER_KEY_LOG;
extern std::string G_MQCONSUMER_TOPIC_CLOUD;
extern std::string G_MQCONSUMER_TAG_CLOUD;
extern std::string G_MQCONSUMER_KEY_CLOUD;
extern std::string G_LOG_TOPIC;
extern std::string G_LOG_TAG;
extern std::string G_LOG_KEY;