admin
2021-08-02 e89de9319d8f771f8e53cb5f876d06465a580c57
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);