...
|
...
|
@@ -295,13 +295,6 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, |
|
|
return new UnionResponse(200, "imei is empty",new JSONObject());
|
|
|
}
|
|
|
|
|
|
try{
|
|
|
// 打开app记录日志,数据量太大,没什么用,去掉
|
|
|
saveActivityLog(request);
|
|
|
}catch (Exception e){
|
|
|
log.error("activity save log error is {}",e.getMessage());
|
|
|
}
|
|
|
|
|
|
// 组装redis保存的key
|
|
|
String key = "";
|
|
|
String value = "";
|
...
|
...
|
|