提交 7fb61245 authored 作者: blu's avatar blu

cloud cmd api for platform client

上级 a60fbc06
...@@ -368,8 +368,7 @@ private: ...@@ -368,8 +368,7 @@ private:
json resp; json resp;
resp["target"] = selfId, resp["target"] = selfId,
resp["metaType"] = EV_MSG_META_PONG; resp["metaType"] = EV_MSG_META_PONG;
string msg = fmt::format("{}", selfId, data["msg"].get<string>()); resp["data"] = data["msg"];
resp["data"] = msg;
} }
else { else {
sendConfig(data["data"], selfId); sendConfig(data["data"], selfId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论