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

点击

parent 57c93b7f
......@@ -267,6 +267,7 @@ public class ClickbackService extends ServiceHelper{
}
clientInfo.setClientIp(params.get("ip"));
clientInfo.setUa(params.get("ua"));
clientInfo.setOs(params.get("os"));
clientInfo.setPhoneModel(encode(params.get("model")));
DeliveryDeviceInfo deliveryDeviceInfo = new DeliveryDeviceInfo();
deliveryDeviceInfo.setClick_time(System.currentTimeMillis());
......
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