src/main/java/com/yeshi/buwan/controller/parser/ConfigParser.java
@@ -253,6 +253,12 @@ adConfig = null; adNew.put("splashHotStart", gson.toJson(adConfig)); //其他广告 adConfig = getAdShowType("ad_other", acceptData.getChannel(), acceptData.getVersion(), map); if (hiddenAll) adConfig = null; adNew.put("other", gson.toJson(adConfig)); data.put("ad", ad); data.put("adNew", adNew);