搜书大师 v23.2版本的 MD5 值为:5ee433f6456b6278bd6e80a5d44df55e

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


package com.lygame.aaa;

import android.content.Context;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;

public class d1 extends z0 {
    public static final String t = "log_v";

    @Override
    public w0 b(Context context, String str) throws Throwable {
        return d(context, str, "https://mcgw.alipay.com/sdklog.do", true);
    }

    @Override
    protected String f(String str, JSONObject jSONObject) {
        return str;
    }

    @Override
    protected Map<String, String> h(boolean z, String str) {
        HashMap hashMap = new HashMap();
        hashMap.put(z0.a, String.valueOf(z));
        hashMap.put(z0.d, "application/octet-stream");
        hashMap.put(z0.g, "CBC");
        return hashMap;
    }

    @Override
    protected JSONObject i() throws JSONException {
        return null;
    }

    @Override
    protected String n() throws JSONException {
        HashMap<String, String> hashMap = new HashMap<>();
        hashMap.put(z0.i, "/sdk/log");
        hashMap.put(z0.j, "1.0.0");
        HashMap<String, String> hashMap2 = new HashMap<>();
        hashMap2.put(t, "1.0");
        return g(hashMap, hashMap2);
    }
}