fanli/src/main/java/com/yeshi/fanli/util/push/IOSPushUtil.java
@@ -98,6 +98,8 @@ if (StringUtil.isNullOrEmpty(shortUrl)) throw new Exception("获取短链出错"); json = IOSPushFactory.createBaiChuanPush(shortUrl, info.getTitle(), info.getContent()); } else if (type == PushController.WELFARE_CENTER) { json = IOSPushFactory.createWelfarePush(info.getTitle(), info.getContent()); } // 分组推送 每50个设备为一组