修改已知

This commit is contained in:
cxh 2026-01-21 14:13:17 +08:00
parent e41a7adc32
commit 866499b304

View File

@ -67,7 +67,7 @@ int main()
{ {
// 从配置里拿 VID确保 AppConfig 有 vehicle_id 字段) // 从配置里拿 VID确保 AppConfig 有 vehicle_id 字段)
const std::string vid = g_app_config.vehicle_id; const std::string vid = g_app_config.mqtt.vehicle_id;
const int local_http_port = 2980; const int local_http_port = 2980;
// 建议也从 config 里读;这里先保留你的固定值 // 建议也从 config 里读;这里先保留你的固定值