Authored by unknown

update

... ... @@ -456,6 +456,9 @@ public class ClickUnionRest implements ApplicationEventPublisherAware{
if(StringUtils.isNotEmpty(bo.getClient_type())&&bo.getClient_type().equals(ClientTypeEnum.ANDROID.getName())){
bo.setInterfaceType("addMonitor_android");
}
if(StringUtils.isNotBlank(bo.getImei())){
bo.setInterfaceType("addMonitor_android");
}
clickUnion.info("addMonitor request={}", bo);
//根据union_type区分不同的厂商
String union_type = request.getParameter("union_type");
... ...