...
|
...
|
@@ -456,7 +456,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, |
|
|
|
|
|
// 如果redis中不存在存在该用户点击信息,则退出
|
|
|
if (StringUtils.isEmpty(value)) {
|
|
|
log.warn("activateUnion error user not click info. with param is {}", request);
|
|
|
log.info("activateUnion error user not click info. with param is {}", request);
|
|
|
return new UnionResponse(200, "user not click",new JSONObject());
|
|
|
}
|
|
|
|
...
|
...
|
|