天天看點

redirect重定向

redirect 不僅能重定向到本項目的接口中,

return "redirect:/index";

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

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

spring 注解中 不能有@ResponseBody,否則無法重定向

繼續閱讀