whyclj
2020-04-27 07ef4dc9742c8aab23c3fabf726802a7846791d6
webSockTest/src/com/fgkj/actions/FaceIdentify.java
@@ -24,7 +24,16 @@
    */
   public String faceDetect(){
      String str = FaceDetect.faceDetect(json);
      result = null;
      result = getGson().toJson(str);
      return SUCCESS;
   }
   /**
    *    人脸搜索
    * @return
    */
   public String faceSearch(){
      String str = FaceDetect.faceSearch(json);
      result = getGson().toJson(str);
      return SUCCESS;
   }