Commit 8645b702 authored by 宋新宇's avatar 宋新宇

修改

parent c6aa00ae
......@@ -98,10 +98,6 @@ public class ClickbackService extends ServiceHelper{
if(null != deviceIdKey){
DeliveryDeviceInfo ddi = action.getDeliveryDeviceInfo();
if (type==DeviceType.IP_MODEL) {
log.info("ipmodel,device={},ip={},model={},djchannel={},bookId={}",deviceIdKey,action.getClientInfo().getClientIp(),action.getClientInfo().getPhoneModel(),ddi.getPlatform_id(),ddi.getBook_id());
}
if (StringUtils.isNotEmpty(ddi.getDj_channel())) {
redisTemplate.opsForValue().set(CacheKeyUtils.getChannelByDeviceIdKeyAndPlatformId(deviceIdKey, ddi.getPlatform_id()),JSON.toJSONString(Integer.parseInt(ddi.getDj_channel())), bookIdExpireTime, TimeUnit.SECONDS);
if (StringUtils.isNumeric(ddi.getBook_id())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment