Authored by chaogeng

update

@@ -147,9 +147,9 @@ public class RedirectServiceImpl implements IRedirectService { @@ -147,9 +147,9 @@ public class RedirectServiceImpl implements IRedirectService {
147 147
148 private String generateReqParam(UnionReqVO uionReqVO) { 148 private String generateReqParam(UnionReqVO uionReqVO) {
149 JSONObject param = new JSONObject(); 149 JSONObject param = new JSONObject();
150 - param.put("client_id", uionReqVO.getUnion_type()); 150 + param.put("client_id", uionReqVO.getChannel_id());
151 param.put("channel_code", uionReqVO.getTracking_code()); 151 param.put("channel_code", uionReqVO.getTracking_code());
152 - param.put("channel", uionReqVO.getUnion_type()); 152 + param.put("channel", uionReqVO.getChannel_id());
153 param.put("fl_uid", uionReqVO.getU_id()); 153 param.put("fl_uid", uionReqVO.getU_id());
154 param.put("go_url", uionReqVO.getTarget_url()); 154 param.put("go_url", uionReqVO.getTarget_url());
155 return param.toString(); 155 return param.toString();