Showing
1 changed file
with
1 additions
and
1 deletions
@@ -325,7 +325,7 @@ public class UnionServiceImpl implements IUnionService { | @@ -325,7 +325,7 @@ public class UnionServiceImpl implements IUnionService { | ||
325 | key = UNION_KEY + "_" + request.getClientIp() + "_" + request.getAppkey(); | 325 | key = UNION_KEY + "_" + request.getClientIp() + "_" + request.getAppkey(); |
326 | value = yhValueOperations.get(key); | 326 | value = yhValueOperations.get(key); |
327 | if(StringUtils.isNotEmpty(value)){ | 327 | if(StringUtils.isNotEmpty(value)){ |
328 | - ipMatch.info("activateUnion with IP params td is {},imei is {},idfa is {},IP is {}",request.getTd(),request.getImei(),request.getIdfa(),request.getClientIp()); | 328 | + ipMatch.info("activateUnion with IP params td is {},imei is {},idfa is {},IP is {},---- clickMsg is {}",request.getTd(),request.getImei(),request.getIdfa(),request.getClientIp(),value); |
329 | return new UnionResponse(204, "user not click"); | 329 | return new UnionResponse(204, "user not click"); |
330 | } | 330 | } |
331 | 331 |
-
Please register or login to post a comment