天天看点

redirect重定向

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

return "redirect:/index";

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

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

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

继续阅读