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

男娘i 2023-03-03 11:20 129阅读 0赞

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

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

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzI3MzI3MjYx_size_16_color_FFFFFF_t_70

发表评论

表情:
评论列表 (有 0 条评论,129人围观)

还没有评论,来说两句吧...

相关阅读