红果免费短剧 v6.2.3.32版本的 MD5 值为:a6b05492607eab2c8a25f26d2f238ae0

以下内容为反编译后的 un.java 源代码,内容仅作参考


package com.dragon.read.base.ssconfig.template;

import com.dragon.read.base.ssconfig.SsConfigMgr;
import com.google.gson.annotations.SerializedName;
import java.util.HashMap;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;

public final class un {

    public static final a f45743a = new a(null);
    public static final un d;

    @SerializedName("native_mall_config")
    public final String f45744b;

    @SerializedName("query_map")
    public final HashMap<String, Object> f45745c;

    public un() {
        this(null, 0 == true ? 1 : 0, 3, 0 == true ? 1 : 0);
    }

    public static final un a() {
        return f45743a.a();
    }

    public static final class a {
        public a(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }

        private a() {
        }

        public final un a() {
            Object aBValue = SsConfigMgr.getABValue("polaris_mall_native_config", un.d);
            Intrinsics.checkNotNullExpressionValue(aBValue, "getABValue(CONFIG_KEY, DEFAULT)");
            return (un) aBValue;
        }
    }

    static {
        SsConfigMgr.prepareAB("polaris_mall_native_config", un.class, IPolarisMallNative.class);
        d = new un(0 == true ? 1 : 0, 0 == true ? 1 : 0, 3, 0 == true ? 1 : 0);
    }

    public un(String nativeMallConfig, HashMap<String, Object> queryMap) {
        Intrinsics.checkNotNullParameter(nativeMallConfig, "nativeMallConfig");
        Intrinsics.checkNotNullParameter(queryMap, "queryMap");
        this.f45744b = nativeMallConfig;
        this.f45745c = queryMap;
    }

    public un(String str, HashMap hashMap, int i, DefaultConstructorMarker defaultConstructorMarker) {
        this((i & 1) != 0 ? "{\"native_mall_bundle_config_url\":\"https://lf-ecom-gr-sourcecdn.bytegecko.com/obj/byte-gurd-source-gr/mall/saas/1967/ecom_mall_cards_noveldr/config.json\",\"mall_gecko_channel\":\"ecom_mall_cards_noveldr\"}" : str, (i & 2) != 0 ? new HashMap() : hashMap);
    }
}