张晓波
2023-10-19 e7deb6d67c0e0f1361a5c66f076b722a3b02846b
hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
@@ -75,4 +75,15 @@
    }
    @RequestMapping("/deleteNotify")
    public JSONObject deleteNotify(@RequestBody String mess){
        faceServer.deleteNotify(mess);
        JSONObject jsonObject = new JSONObject();
        jsonObject.put("code",0);
        jsonObject.put("msg","OK");
        jsonObject.put("success",true);
        return jsonObject;
    }
}