diff --git a/tamguo/src/main/java/com/tamguo/web/IndexController.java b/tamguo/src/main/java/com/tamguo/web/IndexController.java index d71f3d1..498b256 100644 --- a/tamguo/src/main/java/com/tamguo/web/IndexController.java +++ b/tamguo/src/main/java/com/tamguo/web/IndexController.java @@ -26,4 +26,9 @@ public class IndexController { return model; } + @RequestMapping(value = "/baidu_verify_iAm7387J0l", method = RequestMethod.GET) + public ModelAndView baidu_verify_iAm7387J0l(ModelAndView model) { + model.setViewName("thirdparty/baidu_verify_iAm7387J0l"); + return model; + } } diff --git a/tamguo/src/main/resources/templates/thirdparty/baidu_verify_iAm7387J0l.html b/tamguo/src/main/resources/templates/thirdparty/baidu_verify_iAm7387J0l.html new file mode 100644 index 0000000..d30034b --- /dev/null +++ b/tamguo/src/main/resources/templates/thirdparty/baidu_verify_iAm7387J0l.html @@ -0,0 +1 @@ +iAm7387J0l \ No newline at end of file