Commit 144fa183 by Nepxion

修改Swagger描述

parent 6f2e87b6
......@@ -70,7 +70,7 @@ public class RouterController {
}
@RequestMapping(path = "/info", method = RequestMethod.GET)
@ApiOperation(value = "获取本地节点的路由信息", notes = "只显示当前节点的简单信息,不包含下级路由", response = RouterEntity.class, httpMethod = "GET")
@ApiOperation(value = "获取本地节点信息", notes = "获取当前节点的简单信息", response = RouterEntity.class, httpMethod = "GET")
public RouterEntity info() {
return getRouterEntity();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment