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

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


package com.zendrive.sdk.i;

import android.content.Context;
import com.zendrive.sdk.ZendriveRegion;
import org.jetbrains.annotations.NotNull;

public final class t4 {
    @NotNull
    public static final String a(@NotNull Context context) {
        ZendriveRegion e15 = w.a(context).j().e();
        if (e15 == null || e15.ordinal() != 1) {
            return "https://sdk-api.zendrive.com";
        }
        return "https://sdk-api.eu.zendrive.com";
    }
}