Authored by DengXinFei

修改邀请码激活替换的问题 --update by 邓新飞

... ... @@ -537,7 +537,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher
if(StringUtils.isNotEmpty(landingUrl) && StringUtils.isNotEmpty(click.getInvite_code())){
landingUrl = landingUrl.replace("invitecodeValue", click.getInvite_code());
}
result.put("landing_page_url", StringUtils.isEmpty(landingUrl) ? "" : mktMarketingUrl.getLandingPageUrl());
result.put("landing_page_url", StringUtils.isEmpty(landingUrl) ? "" : landingUrl);
activeUnion.info("active union. union_type = {}, landing_page_url = {}, result = {}, idfa = {}, imei = {}", click.getUnion_type(), landingUrl, result, request.getIdfa(), request.getImei());
String url = null;
... ...