Showing
1 changed file
with
1 additions
and
1 deletions
@@ -487,7 +487,7 @@ public class ClickUnionRest { | @@ -487,7 +487,7 @@ public class ClickUnionRest { | ||
487 | unionService.clickUnion(bo); | 487 | unionService.clickUnion(bo); |
488 | clickUnion.info("addUnion4Jump request is {}",bo); | 488 | clickUnion.info("addUnion4Jump request is {}",bo); |
489 | // log.info("addUnion4Stream with request is {}", bo); | 489 | // log.info("addUnion4Stream with request is {}", bo); |
490 | - response.setStatus(200); | 490 | + response.setStatus(301); |
491 | response.sendRedirect(url); | 491 | response.sendRedirect(url); |
492 | } catch (Exception e) { | 492 | } catch (Exception e) { |
493 | log.error("addUnion4Stream error with request={}", bo, e); | 493 | log.error("addUnion4Stream error with request={}", bo, e); |
-
Please register or login to post a comment