解决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); }