webSockTest/src/com/fgkj/actions/FaceIdentify.java
@@ -12,7 +12,7 @@ * 获取refresh_token 值 * @return */ public String getAuth(){ public String Auth(){ String json = AuthService.getAuth(); result = getGson().toJson(json); return SUCCESS; @@ -23,8 +23,9 @@ * @return */ public String faceDetect(){ String result = FaceDetect.faceDetect(json); result = getGson().toJson(result); String str = FaceDetect.faceDetect(json); result = null; result = getGson().toJson(str); return SUCCESS; }