解决Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 问题

 

@ApiOperation(value = "根据排污口类型获取所有企业排污口信息和经度和纬度", notes = "获取所有企业排污口信息和经度和纬度")
@PostMapping("/getAllOutfallEnterpriseList")
public Result getAllOutfallEnterpriseList(@RequestBody @Valid IntIdListDto intIdListDto){
  List<OutfallEnterprise> allOutfallEnterpriseList = iOutfallEnterpriseService.getAllOutfallEnterpriseList( intIdListDto.getIds());
  return ResponseUtil.operateSuccess(allOutfallEnterpriseList);
}

Invalid character found in the request target. The valid characters are defi

 

 

 

 

相关文章:

  • 2022-02-02
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2021-06-10
  • 2021-05-07
  • 2021-07-17
  • 2021-05-30
相关资源
相似解决方案