modify logs

This commit is contained in:
lnk
2025-09-24 09:44:52 +08:00
parent e997c88d82
commit 4fe8aee149
6 changed files with 43 additions and 24 deletions

View File

@@ -703,7 +703,7 @@ int parse_device_cfg_web()
// 1. 构造入参 JSON
std::string input_jstr = "{";
input_jstr += "\"ip\":\"" + FRONT_IP + "\",";
input_jstr += "\"id\":\"" + FRONT_INST + "\",";
input_jstr += "\"runFlag\":" + TERMINAL_STATUS;
input_jstr += "}";