pansen
2019-01-28 0a1992c1189eb162c6597289877cf060d4ea24cc
QiaoJiaSystem/DataManagerServer/http_configserver.h
@@ -189,15 +189,21 @@
    static void uploadServer(devHttpServer_c *t_ptrThis, std::string sendUrl, std::string param);
    void devHttpServer_c::UploadPersonToUserCenter(string &img_url, string &idcard, string &strUUID,
                                                   string &feature_base64);
    void UploadPersonToUserCenter(string &img_url, string &idcard, string &strUUID, string &feature_base64);
    void devHttpServer_c::UploadPersonToMonitorCenter(string &img_url, string &idcard, string &strUUID,
                                                      string &feature_base64, string &strTableId, string &strControl);
    void UploadPersonToMonitorCenter(string &img_url, string &idcard, string &strUUID, string &feature_base64,
                                     string &strTableId, string &strControl);
    void UpdatePersonToMonitorCenter(string &img_url, string &idcard, string &strUUID, string &strTableId,
                                     string &strControl);
    void
    UploadTaskToMonitorCenter(string &Uuid, string &TableName, string &SyncType, string &StartTime, string &EndTime,
                              string &UploadFlag, string &CmpThreshold, string &Enabled);
    void
    addPersonMToDB(const string &TableName, const string &img_url, const string &SyncType, const string &feature_base64,
                   const Features &faceResults, string &idcard, string &strUUID, bool &ret_addPerson) const;
                   const Features &faceResults, string &idcard, string &strUUID, bool &ret_addPerson);
    void getMat(string &img_url, const string &img_base64, cv::Mat &image) const;
};