yujian
2019-03-08 69ef1fc76ac57e8669cb7bd084c35b0ac447f703
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个设备为一组