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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/QiaoJiaSystem/DataManagerServer/http_configserver.h b/QiaoJiaSystem/DataManagerServer/http_configserver.h
index 1aa90fb..b525670 100644
--- a/QiaoJiaSystem/DataManagerServer/http_configserver.h
+++ b/QiaoJiaSystem/DataManagerServer/http_configserver.h
@@ -183,8 +183,8 @@
 
     qint64 getVideoTime(/*const std::string& videoPath*/std::string &str_tmpTime);
 
-    static void uploadPersonToServer(devHttpServer_c *t_ptrThis, std::string parm_uuid, std::string parm_img_url,
-                                     std::string parm_idcard, std::string parm_fea);
+    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