whyclj
2020-04-28 c6684a3cdecf2d537398787654b5add68b8cc2e3
webSockTest/src/com/fgkj/actions/FaceIdentify.java
@@ -98,6 +98,17 @@
      return SUCCESS;
   }
   
   /**
    * 删除指定用户组下的指定用户
    * @return
    */
   public String userDelete(){
      String str = FaceDetect.userDelete(json);
      result = getGson().toJson(str);
      return SUCCESS;
   }
   public String getResult() {
      return result;
   }