Commit 30c3b8d4 authored by 贷前—徐菲's avatar 贷前—徐菲

去掉sentry demo

parent eb6d3649
......@@ -972,7 +972,6 @@ public class InnerController implements IBaseController {
@RequestMapping("/updateIdCard")
public JsonResult updateIdCard(@RequestParam(required = false)String name, @RequestParam(required = false)String idNo,
@RequestParam String phoneNo, @RequestParam String reason, @RequestParam String content) {
int x = 1 / 0;
//密文
if (null != content) {
content = content.replaceAll(" ", "+");
......@@ -1054,11 +1053,4 @@ public class InnerController implements IBaseController {
}
return pwd.toString();
}
@RequestMapping("/home")
String home() {
int x = 1 / 0;
return "Hello World!";
}
}
\ No newline at end of file
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