whychdw
2020-04-27 80c9b1ec4ab5caa4e477fe95abcb70b1c9cbe50b
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;
   }