Commit 64003e2c by qiuchaofei

过滤接口改成POST

parent ce9c93aa
......@@ -224,7 +224,7 @@ public class RelationalGraphController {
}
@ApiOperation(tags = "", value = "传入前端的json,过滤的模型,保留的模型,返回在json中过滤后的节点与关系")
@RequestMapping(path = "/filterNode", method = RequestMethod.GET)
@RequestMapping(path = "/filterNode", method = RequestMethod.POST)
public ReturnReslult filterNode(String resultJson,String filterModel,String retainModel) {
logger.info("需要过滤的模型是:"+filterModel+",需要保留的模型是:"+retainModel);
......
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