Commit 88e623c6 authored by 宋新宇's avatar 宋新宇

修改

parent a469f994
......@@ -170,9 +170,7 @@ public class ClickbackService extends ServiceHelper{
ClientInfo clientInfo = new ClientInfo();
String deviceOsType = params.get("device_os_type");
if ("android".equals(deviceOsType)) {
clientInfo.setImei(params.get("muid"));
} else if ("ios".equals(deviceOsType)) {
if ("ios".equals(deviceOsType)) {
clientInfo.setIdfa(params.get("muid"));
}
clientInfo.setOaid(params.get("hash_oaid"));
......@@ -232,7 +230,6 @@ public class ClickbackService extends ServiceHelper{
deliveryDeviceInfo.setTarget_audience(params.get("target_audience"));
deliveryDeviceInfo.setIp(params.get("ip"));
deliveryDeviceInfo.setOaid(filter.contains(params.get("oaid"))?null:params.get("oaid"));
deliveryDeviceInfo.setImeiMd5(emptyIsNull(clientInfo.getImei()));
deliveryDeviceInfo.setModel(emptyIsNull(clientInfo.getPhoneModel()));
//通投智选union_site
......
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