Required request body is missing

遇到这种问题,可以看一下controllerde 客户端请求方式有没有写错;

@PostMapping("/add")
public String add(@RequestBody  String index) throws IOException {
          return "add";
    }

 

posted @ 2022-09-21 14:06  爱吃荔枝的小涵子  阅读(129)  评论(0)    收藏  举报