Warkop v5.73.0版本的 MD5 值为:a4330ec2d6f5e146f59fc7622f3cdb45

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


package zb2;

import kotlin.Metadata;
import kv.z;
import org.jetbrains.annotations.NotNull;
import sinet.startup.inDriver.feature.location_sharing.data.network.LocationSharingApi;

@Metadata(d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0001\u0018\u0000 \r2\u00020\u0001:\u0001\nB\u0007¢\u0006\u0004\b\u000b\u0010\fJ\u0018\u0010\u0007\u001a\u00020\u00062\u0006\u0010\u0003\u001a\u00020\u00022\u0006\u0010\u0005\u001a\u00020\u0004H\u0007J\u0010\u0010\n\u001a\u00020\t2\u0006\u0010\b\u001a\u00020\u0006H\u0007¨\u0006\u000e"}, d2 = {"Lzb2/e;", "", "Lcg1/c;", "retrofitBuilder", "Lad1/a;", "debugProductionEnvDelegate", "Lkv/z;", "b", "retrofit", "Lsinet/startup/inDriver/feature/location_sharing/data/network/LocationSharingApi;", "a", "<init>", "()V", "Companion", "location-sharing_release"}, k = 1, mv = {1, 8, 0})
public final class e {
    @NotNull
    public final LocationSharingApi a(@NotNull z retrofit) {
        return (LocationSharingApi) retrofit.b(LocationSharingApi.class);
    }

    @NotNull
    public final z b(@NotNull cg1.c retrofitBuilder, @NotNull ad1.a debugProductionEnvDelegate) {
        String str;
        if (v81.a.a() && !debugProductionEnvDelegate.isEnabled()) {
            str = "https://geo-tracker.env88.k8s.test.idmp.tech/";
        } else {
            str = "https://geo-tracker.eu-east-1.indriverapp.com/";
        }
        return retrofitBuilder.b(yf1.e.GEO_TRACKER).a(str).build();
    }
}