redirect重定向

redirect 不仅能重定向到本项目的接口中,

return "redirect:/index";

也能重定向到外面指定接口(url)

return "redirect:" + this.getRequestCodeUrl(WeChat.REDIRECT_URL);

spring 注解中 不能有@ResponseBody,否则无法重定向

发布了246 篇原创文章 · 获赞 712 · 访问量 132万+

猜你喜欢

转载自blog.csdn.net/zhw0596/article/details/103390625