Commit 36e2fe85 authored by 霍传世's avatar 霍传世

HaiNa---接口

parent 83e32a2f
...@@ -55,6 +55,6 @@ public class LoginController { ...@@ -55,6 +55,6 @@ public class LoginController {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("code",500); jsonObject.put("code",500);
jsonObject.put("message","身份证号或准考证号错误"); jsonObject.put("message","身份证号或准考证号错误");
return ResponseEntity.badRequest().body(jsonObject.toString()); return ResponseEntity.ok(jsonObject.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