...
|
...
|
@@ -97,6 +97,11 @@ public class RedirectServiceImpl implements IRedirectService { |
|
|
response.addCookie(cookie);
|
|
|
}
|
|
|
|
|
|
Cookie cookie = new Cookie("mkt_code",union_type);
|
|
|
cookie.setDomain("yohobuy.com");
|
|
|
cookie.setPath("/");
|
|
|
response.addCookie(cookie);
|
|
|
|
|
|
response.setStatus(301);
|
|
|
response.sendRedirect(redirectUrl);
|
|
|
}catch (IOException e){
|
...
|
...
|
|