admin
2021-02-01 c6c5a8ce0f42d46ea2fe0312c9eda67a49fd3917
src/main/java/com/yeshi/buwan/util/push/PushUtil.java
@@ -272,7 +272,7 @@
         obj.put("Id", video.getId());
         obj.put("ThirdType", video.getThirdType());
         obj.put("Share", video.getShare());
         // obj.put("Picture", video.getPicture());
         // obj.put("Picture", juhe.getPicture());
         sendIosNotification(1, title, null, type + "", obj.toString(), ds);
      } else if (type == 3) {
         JSONObject obj = new JSONObject();