hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
@@ -48,4 +48,14 @@ jsonObject.put("success",true); return jsonObject; } @RequestMapping("/record/upload/online") public JSONObject record(@RequestBody String mess){ faceServer.record(mess); JSONObject jsonObject = new JSONObject(); jsonObject.put("code",0); jsonObject.put("msg","OK"); jsonObject.put("success",true); return jsonObject; } }