admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/util/push/OPPOPushUtil.java
@@ -49,7 +49,7 @@
      masterSecret = config.getAppSecret();
   }
   private static Map<String, String> getParams(String type, String activity, String url, String webUrl, Long id) {
   private static Map<String, String> getParams(String type, String activity, String url, String webUrl, String id) {
      Map<String, String> data = new HashMap<>();
      if (type != null)
         data.put("type", type);
@@ -75,7 +75,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() > 100)
         throw new PushException(1, "设备数不能超过100个");
@@ -127,7 +127,6 @@
    *            最大值1000
    * @param title
    * @param content
    * @param url
    *            -网页链接
    * @throws PushException
    */