admin
2019-03-05 e92ce10abd2c9e66c8f84b2d2d534bf48c09688e
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个设备为一组