From 933cd15570f0dc6588a3a333799f4806c9dc835e Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期四, 24 一月 2019 15:13:54 +0800 Subject: [PATCH] 布控相关接口,表结构变更。 --- QiaoJiaSystem/DataManagerServer/http_configserver.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/QiaoJiaSystem/DataManagerServer/http_configserver.h b/QiaoJiaSystem/DataManagerServer/http_configserver.h index a8b8aa6..b525670 100644 --- a/QiaoJiaSystem/DataManagerServer/http_configserver.h +++ b/QiaoJiaSystem/DataManagerServer/http_configserver.h @@ -182,6 +182,9 @@ std::vector<std::string> forEachFile(const std::string &dir_name); qint64 getVideoTime(/*const std::string& videoPath*/std::string &str_tmpTime); + + static void uploadPersonToServer(devHttpServer_c *t_ptrThis, std::string sendUrl, std::string parm_uuid, + std::string parm_img_url, std::string parm_idcard, std::string parm_fea); }; #endif -- Gitblit v1.8.0