和通讯录 v3.9.6版本的 MD5 值为:669178e2ee1b2311daf378bd20c6bbe1

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


package com.iflyvoice.vvmsdk.core;

import android.os.Build;
import android.os.Handler;
import com.cmcc.sso.sdk.util.SsoSdkConstants;
import com.iflyvoice.vvmsdk.keep.BindCallback;
import java.io.IOException;

public class c extends Thread {

    final String f4342a;

    final String f4343b;
    final Handler c;
    final BindCallback d;
    final b e;

    public c(b bVar, String str, String str2, Handler handler, BindCallback bindCallback) {
        this.e = bVar;
        this.f4342a = str;
        this.f4343b = str2;
        this.c = handler;
        this.d = bindCallback;
    }

    @Override
    public void run() {
        String str = null;
        try {
            str = new p("http://120.198.250.195:90/sdkquerytoken").a(new q(0, this.f4342a)).a("ver", SsoSdkConstants.BUSI_TYPE_SMSLOGIN).a("uid", this.f4343b).a("type", "0").a("token", this.f4342a).a("optway", "61").a("brandname", Build.BRAND).a("devicetype", Build.MODEL).a("osver", "61").a("imei", com.iflyvoice.vvmsdk.util.e.a(this.e.getContext())).a("imsi", com.iflyvoice.vvmsdk.util.e.b(this.e.getContext())).a().a();
        } catch (IOException e) {
            e.printStackTrace();
        }
        this.c.post(new d(this, str));
    }
}