APKPure v3.19.91版本的 MD5 值为:f9be25764b720fb55728dbddf2153619

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


package c3;

import com.tencent.qqdownloader.waterdrop.core.common.SLog;
import com.tencent.raft.standard.net.IRNetwork;
import java.util.Map;
import kotlin.text.qdbd;

public final class qdba implements IRNetwork {

    public Object f4049a;

    public qdba() {
    }

    public qdba(ix.qdab qdabVar) {
        this.f4049a = qdabVar;
    }

    @Override
    public final IRNetwork.NetworkStatus getNetworkStatus() {
        return ((ix.qdab) this.f4049a).getNetworkStatus();
    }

    @Override
    public final void requestWithMethod(IRNetwork.HttpMethod method, String urlString, Map headers, Map parameters, Object obj, IRNetwork.INetworkResult iNetworkResult) {
        kotlin.jvm.internal.qdbb.f(method, "method");
        kotlin.jvm.internal.qdbb.f(urlString, "urlString");
        kotlin.jvm.internal.qdbb.f(headers, "headers");
        kotlin.jvm.internal.qdbb.f(parameters, "parameters");
        String Q = qdbd.Q(urlString, "https://rdelivery.qq.com", "https://rdelivery.pureapk.com", false);
        SLog.d("CustomNetworkImpl", "requestWithMethod newUrl: ".concat(Q));
        ((ix.qdab) this.f4049a).requestWithMethod(method, Q, headers, parameters, obj, iNetworkResult);
    }
}