admin
2021-08-13 cdc3690a0354e01b44852f4c9da3b7204128d2eb
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);
@@ -267,6 +273,12 @@
        //获取购买记录链接
        data.put("buyRecordUrl", systemConfigService.getConfigValueByKeyCache("buyRecordUrl"));
        //联系我们
        data.put("contactUsLink", map.get("contact_us_link"));
        //注销
        data.put("unRegisterLink", map.get("unregister_link"));
        out.print(JsonUtil.loadTrueJson(data.toString()));
    }