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();