admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/util/push/VIVOPushUtil.java
@@ -73,7 +73,7 @@
   }
   private static Message.Builder getMessageBuidler(PushTypeEnum type, String title, String content, String activity,
         String url, String webUrl, Long id) {
         String url, String webUrl, String id) {
      Map<String, String> data = new HashMap<>();
      if (type != null)
         data.put("type", type.name());
@@ -153,7 +153,7 @@
    * @param goodsId
    * @throws PushException
    */
   public static void pushGoods(List<String> registerIds, String title, String content, int goodsType, Long goodsId,String androidBaseActivity)
   public static void pushGoods(List<String> registerIds, String title, String content, int goodsType, String goodsId,String androidBaseActivity)
         throws PushException {
      if (registerIds != null && registerIds.size() > 500)
         throw new PushException(1, "设备数不能超过500个");