|
@@ -117,10 +117,10 @@ public class SystemController {
|
|
|
return systemService.deleteById(id);
|
|
return systemService.deleteById(id);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @ApiOperation("路由配置")
|
|
|
|
|
|
|
+ @ApiOperation("中台路由配置")
|
|
|
@ApiOperationSupport(order = 9)
|
|
@ApiOperationSupport(order = 9)
|
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "type", value = "路由类型", dataType = "Integer", paramType = "query", required = true)
|
|
|
|
|
|
|
+ @ApiImplicitParam(name = "type", value = "路由类型", dataType = "Integer", paramType = "query")
|
|
|
})
|
|
})
|
|
|
@GetMapping(value = "/routingInfo")
|
|
@GetMapping(value = "/routingInfo")
|
|
|
public String routingInfo(@RequestParam(value = "type") Integer type) {
|
|
public String routingInfo(@RequestParam(value = "type") Integer type) {
|