Commit f30f5b01 by qiuchaofei

修改接口名

parent 0c5f98b1
......@@ -36,8 +36,8 @@ public class RelationalGraphController {
//系统总图的接口
@ApiOperation(tags = "", value = "系统总图")
@RequestMapping(path = "/getSystemGraph1", method = RequestMethod.GET)
public ReturnReslult getSystemGraph1(){
@RequestMapping(path = "/getSystemGraph", method = RequestMethod.GET)
public ReturnReslult getSystemGraph(){
int size = 300;
return metadataService.getSystemGraph(size);
......
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