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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案