fanli/src/main/java/com/yeshi/fanli/util/factory/IOSPushFactory.java
@@ -52,7 +52,7 @@ * @param body * @return */ public static JSONObject createGoodsPush(Long auctionId, String title, String body) { public static JSONObject createGoodsPush(String auctionId, String title, String body) { JSONObject alert = new JSONObject(); alert.put("title", title); alert.put("body", body);