From 824fc5b01d9c80494644c491ea0c426aaa48d7d9 Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期四, 19 十月 2023 13:54:39 +0800
Subject: [PATCH] 苏州配置文件简 化

---
 hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
index 9f08aa7..4508d37 100644
--- a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
+++ b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
@@ -75,9 +75,9 @@
     }
 
 
-    @RequestMapping("deleteNotify")
+    @RequestMapping("/deleteNotify")
     public JSONObject deleteNotify(@RequestBody String mess){
-        faceServer.deleteNotify(mess);
+        faceServer.removeNotify(mess);
         JSONObject jsonObject = new JSONObject();
         jsonObject.put("code",0);
         jsonObject.put("msg","OK");

--
Gitblit v1.9.3