派生自 development/c++

pansen
2019-03-15 a6a99a9fd63f44bb09fb4cc2fe34b197587e2e1f
QiaoJiaSystem/StructureApp/FaceExtractElement.cpp
@@ -123,6 +123,9 @@
                    strImgUrl = strImgUrlTmp;
//                    strImgUrl.append("/").append(strImgUrlTmp);
                    fdfsClient->rwLock.unlock();
                } else {
                    strImgUrl = "";
                    ERR("fdfsClient is nullptr ???");
                }
                //拼接json
@@ -136,8 +139,11 @@
                Json::Value t_json;
                t_json["Id"] = str_uuid; //主键
                std::string feature_base64;
                feature_base64 = base64.Encode(feature.data(), feature.size());
                //#在对比中添加特征值
                t_json["FaceFeature"] = "base64";
                t_json["FaceFeature"] = feature_base64;
                t_json["personId"] = "";//关联底库人员id,人脸id
                t_json["BaseName"] = "";//关联底库表名
                //#end