From 5b8b7dd6f6fe94cdc5903fcb1fb2cdaffe57db78 Mon Sep 17 00:00:00 2001
From: pansen <pansen626@sina.com>
Date: 星期一, 15 四月 2019 14:45:16 +0800
Subject: [PATCH] 添加注释

---
 QiaoJiaSystem/DataManagerServer/http_configserver.h |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/QiaoJiaSystem/DataManagerServer/http_configserver.h b/QiaoJiaSystem/DataManagerServer/http_configserver.h
index cec426b..00fff1c 100644
--- a/QiaoJiaSystem/DataManagerServer/http_configserver.h
+++ b/QiaoJiaSystem/DataManagerServer/http_configserver.h
@@ -78,16 +78,56 @@
     std::string netconfig_show(std::string ip, unsigned int port, std::string content, PResponse &response);
 
 
+    /***
+     * 鍒涘缓闆嗙兢鑺傜偣
+     * @param ip
+     * @param port
+     * @param content
+     * @param response
+     * @return
+     */
     std::string addNode(std::string ip, unsigned int port, std::string content, PResponse &response);
 
+    /***
+     * 鏌ヨ鍦ㄧ嚎鑺傜偣
+     * @param ip
+     * @param port
+     * @param content
+     * @param response
+     * @return
+     */
     std::string searchNode(std::string ip, unsigned int port, std::string content, PResponse &response);
 
     std::string modifyCluName(std::string ip, unsigned int port, std::string content, PResponse &response);
 
+    /***
+     * 閫�鍑洪泦缇�
+     * @param ip
+     * @param port
+     * @param content
+     * @param response
+     * @return
+     */
     std::string removeNode(std::string ip, unsigned int port, std::string content, PResponse &response);
 
+    /**
+     *鍒涘缓鏁版嵁搴曞簱
+     * @param ip
+     * @param port
+     * @param content
+     * @param response
+     * @return
+     */
     std::string createDatabase(std::string ip, unsigned int port, std::string content, PResponse &response);
 
+    /**
+     *
+     * @param ip
+     * @param port
+     * @param content
+     * @param response
+     * @return
+     */
     std::string deleteDatabase(std::string ip, unsigned int port, std::string content, PResponse &response);
 
     std::string updateDatabase(std::string ip, unsigned int port, std::string content, PResponse &response);

--
Gitblit v1.8.0