admin
2021-07-29 0fc0456a587d985fda71c66b9764fe1d5e3c6421
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);