swagger错误:Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body


@ApiOperation(value = "下单列表")
@getMapping("list")
public Result selectFrontAgentOrderlist(@RequestBody FrontAgentOrderQuery frontAgentOrderQuery){
    return ResultUtil.success(orderService.selectFrontAgentOrderlist(initMpPage(),frontAgentOrderQuery));
}

@GetMapping请求的方法请求参数却写了个@RequestBody   将@GetMapping改成了@PostMapping 正常


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM