Commit accc36b6 authored by 宋新宇's avatar 宋新宇

修改

parent 79cf2fba
......@@ -96,7 +96,7 @@ public class ClickbackService extends ServiceHelper{
for(DeviceType type: DeviceType.values()){
String deviceIdKey = type.getDeviceId(action.getClientInfo());
if (type==DeviceType.IP_MODEL) {
log.info("ipmodel,device={}",deviceIdKey);
log.info("ipmodel,device={},ip={},model={}",deviceIdKey,action.getClientInfo().getClientIp(),action.getClientInfo().getPhoneModel());
}
if(null != deviceIdKey){
DeliveryDeviceInfo ddi = action.getDeliveryDeviceInfo();
......
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