战区时间修改

This commit is contained in:
苏竹红
2023-06-25 15:21:56 +08:00
parent a7b3c97cb8
commit 19b023bef6

View File

@@ -45,7 +45,7 @@ public class RegionController {
@ApiOperation("查询所有被绑定战区的组织机构")
@ApiImplicitParams({
@ApiImplicitParam(name = "type", value = "intent-意向区域 development 开发区域", required = false)
@ApiImplicitParam(name = "type", value = "intent-意向区域 dev 开发区域", required = false)
})
@GetMapping("/queryAllBingZoneRegionList")
public ResponseResult<List<String>> queryAllBingZoneRegionList(@RequestParam(value = "type",required = false)String type){