Commit 8d2f98e7 by “liusq”

mqtt断线重连,配置修改重新创建连接04

parent 8497e5b3
......@@ -560,7 +560,11 @@ vides_data::response *HttpService::httpDeviceConfig(const QString &serialNumber,
resp->msg=map["message"].toString();
}else{
qInfo()<<"httpDeviceConfig;";
qInfo()<<m_httpClient.errorCode();
qInfo()<<m_httpClient.errorString();
resp->code=2;
resp->msg=m_httpClient.errorString();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment