提交 f1516f5b authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

refactor: 公共链接方法名称

上级 754d7333
...@@ -45,7 +45,7 @@ public class IndexController { ...@@ -45,7 +45,7 @@ public class IndexController {
} }
@GetMapping("/link/{index}") @GetMapping("/link/{index}")
public String xggznb(@PathVariable(value = "index", required = true) Long index) { public String link(@PathVariable(value = "index", required = true) Long index) {
String url = panelLinkService.getUrlByIndex(index); String url = panelLinkService.getUrlByIndex(index);
HttpServletResponse response = ServletUtils.response(); HttpServletResponse response = ServletUtils.response();
String param = url.substring(url.indexOf("?") + 1); String param = url.substring(url.indexOf("?") + 1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论