Showing
1 changed file
with
3 additions
and
0 deletions
@@ -456,6 +456,9 @@ public class ClickUnionRest implements ApplicationEventPublisherAware{ | @@ -456,6 +456,9 @@ public class ClickUnionRest implements ApplicationEventPublisherAware{ | ||
456 | if(StringUtils.isNotEmpty(bo.getClient_type())&&bo.getClient_type().equals(ClientTypeEnum.ANDROID.getName())){ | 456 | if(StringUtils.isNotEmpty(bo.getClient_type())&&bo.getClient_type().equals(ClientTypeEnum.ANDROID.getName())){ |
457 | bo.setInterfaceType("addMonitor_android"); | 457 | bo.setInterfaceType("addMonitor_android"); |
458 | } | 458 | } |
459 | + if(StringUtils.isNotBlank(bo.getImei())){ | ||
460 | + bo.setInterfaceType("addMonitor_android"); | ||
461 | + } | ||
459 | clickUnion.info("addMonitor request={}", bo); | 462 | clickUnion.info("addMonitor request={}", bo); |
460 | //根据union_type区分不同的厂商 | 463 | //根据union_type区分不同的厂商 |
461 | String union_type = request.getParameter("union_type"); | 464 | String union_type = request.getParameter("union_type"); |
-
Please register or login to post a comment