Showing
1 changed file
with
1 additions
and
0 deletions
@@ -64,6 +64,7 @@ public class RedirectServiceImpl implements IRedirectService { | @@ -64,6 +64,7 @@ public class RedirectServiceImpl implements IRedirectService { | ||
64 | } | 64 | } |
65 | 65 | ||
66 | private String builderUrlForPanshi(UnionReqVO uionReqVO) { | 66 | private String builderUrlForPanshi(UnionReqVO uionReqVO) { |
67 | + uionReqVO.setUnion_type(uionReqVO.getChannel_id()); | ||
67 | String param = this.generateReqParam(uionReqVO); | 68 | String param = this.generateReqParam(uionReqVO); |
68 | StringBuffer targetUrl = new StringBuffer(uionReqVO.getTarget_url()); | 69 | StringBuffer targetUrl = new StringBuffer(uionReqVO.getTarget_url()); |
69 | targetUrl = StringUtils.isEmpty(targetUrl) ? new StringBuffer(WAP_URL) : targetUrl; | 70 | targetUrl = StringUtils.isEmpty(targetUrl) ? new StringBuffer(WAP_URL) : targetUrl; |
-
Please register or login to post a comment