Commit cda9abd9 authored by 霍传世's avatar 霍传世

HaiNa---接口

parent 81c2199a
......@@ -49,7 +49,7 @@ public class FaceMatchController {
log.info("faceMatch正在校验-》身份证号:"+idCard+"参加面试编号:"+examConnectionCode+"_人脸照片");
if(check(examConnectionCode,idCard).get("result").equals("fail")){
JSONObject responseBody = new JSONObject();
responseBody.put("code",500);
responseBody.put("code",5001);
responseBody.put("message",check(examConnectionCode,idCard).get("message").toString());
return ResponseEntity.ok(responseBody.toString());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment