From 80c9b1ec4ab5caa4e477fe95abcb70b1c9cbe50b Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期一, 27 四月 2020 11:23:54 +0800 Subject: [PATCH] 修改后台 --- webSockTest/src/com/fgkj/actions/FaceIdentify.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/webSockTest/src/com/fgkj/actions/FaceIdentify.java b/webSockTest/src/com/fgkj/actions/FaceIdentify.java index b731f00..59ed563 100644 --- a/webSockTest/src/com/fgkj/actions/FaceIdentify.java +++ b/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; } -- Gitblit v1.9.1