提交 4fcdd8e4 authored 作者: xc's avatar xc

xc

上级 69c35be9
...@@ -30,7 +30,7 @@ public class NoticeController { ...@@ -30,7 +30,7 @@ public class NoticeController {
@ApiOperation(value = "测试接口") @ApiOperation(value = "测试接口")
@ApiImplicitParam(name = "notice", value = "", dataType = "String", paramType = "query", required = true) @ApiImplicitParam(name = "test", value = "", dataType = "String", paramType = "query", required = true)
@PostMapping("/testNotice") @PostMapping("/testNotice")
public ResponseEntity test(@RequestParam String notice){ public ResponseEntity test(@RequestParam String notice){
System.out.println(notice); System.out.println(notice);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论