forked from github/dataease
Merge pull request #1290 from dataease/pr@dev@refactor_method_name
refactor: 公共链接方法名称
This commit is contained in:
commit
44fd710419
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user