Perfume Of Love v2.14.9版本的 MD5 值为:16011aefc5a55805771706ce3b259b4e

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


package com.appsflyer.internal;

import com.appsflyer.AppsFlyerLib;
import com.appsflyer.PurchaseHandler;
import java.util.Map;
import org.json.JSONObject;
public final class AFd1eSDK extends AFd1lSDK {
    private final AFb1bSDK afRDLog;

    public AFd1eSDK(Map<String, Object> map, PurchaseHandler.PurchaseValidationCallback purchaseValidationCallback, AFc1vSDK aFc1vSDK) {
        super(AFd1sSDK.PURCHASE_VALIDATE, new AFd1sSDK[]{AFd1sSDK.RC_CDN}, aFc1vSDK, null, map, purchaseValidationCallback);
        this.afRDLog = aFc1vSDK.AFInAppEventParameterName();
        this.AFKeystoreWrapper.add(AFd1sSDK.CONVERSION);
    }

    @Override
    protected final AFc1mSDK<String> AFInAppEventParameterName(String str) {
        StringBuilder sb = new StringBuilder();
        sb.append(String.format("https://%sviap.%s/api/v1/android/validate_purchase?app_id=", AppsFlyerLib.getInstance().getHostPrefix(), AFb1xSDK.AFInAppEventType().getHostName()));
        sb.append(this.afRDLog.values.AFKeystoreWrapper.getPackageName());
        String obj = sb.toString();
        String jSONObject = new JSONObject(AFLogger$LogLevel()).toString();
        StringBuilder sb2 = new StringBuilder();
        sb2.append(this);
        sb2.append(": preparing data: ");
        sb2.append(jSONObject);
        AFc1rSDK.AFInAppEventParameterName(sb2.toString());
        this.afErrorLog.AFInAppEventParameterName(obj, jSONObject);
        return ((AFd1iSDK) this).afDebugLog.AFInAppEventParameterName(AFLogger$LogLevel(), str);
    }

    @Override
    public final boolean values() {
        if (((AFd1iSDK) this).afInfoLog == null || ((AFd1iSDK) this).afInfoLog.getStatusCode() != 503) {
            return super.values();
        }
        return true;
    }
}