mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
update:调整了百度鉴别接口升级了依赖,新增了key的相关字段信息
This commit is contained in:
@@ -43,9 +43,9 @@ public class IndexController {
|
||||
@RequestMapping(value = "/")
|
||||
public String Welcome(Model model, HttpServletRequest httpServletRequest) {
|
||||
model.addAttribute("name", "服务端程序");
|
||||
model.addAttribute("version", "20230101");
|
||||
model.addAttribute("version", "20230316");
|
||||
model.addAttribute("ip", GetIPS.getIpAddr(httpServletRequest));
|
||||
model.addAttribute("links", "tbed.hellohao.cn");
|
||||
model.addAttribute("links", "www.hellohao.cn");
|
||||
return "welcome";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user