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