QiaoJiaSystem/DataManagerServer/http_configserver.cpp
@@ -2422,7 +2422,6 @@ string sendUrl = str_serIp; sendUrl.append(":").append(str_serPort).append("/addPerson/uploadToTemporary"); Json::Value perInfos; Json::Value perInfo; // #todo get string from config.json file @@ -2433,7 +2432,6 @@ auto rec = db_c.searchConfigTableWithinServerInfo(); perInfo["deviceId"] = rec.dev_id.toStdString(); perInfo["photos"] = img_url; // perInfo["featureBase"] = feature_base64; perInfo["featureBase64"] = feature_base64; perInfo["cardId"] = idcard;//图片描述 perInfos.append(perInfo);