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; }