萝莉来了 v1.2.1版本的 MD5 值为:6055c21e001561c5b114d0da5b392fcb

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


package com.lthj.unipay.plugin;

import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import com.unionpay.upomp.lthj.plugin.ui.UIResponseListener;

public class de {
    private String h;
    private boolean i;
    private Context j;
    private String k;
    private UIResponseListener l;
    private ay m;
    private final int b = 1;
    private final int c = 0;
    private final int d = 2;
    private final String e = "http://auth.uupay.net/busplat/order/checkPan.action";
    private final String f = "http://211.154.166.219/busplat/order/checkPan.action";
    private final int g = 120000;
    Handler a = new q(this);

    public void a(String str) {
        Message obtain = Message.obtain();
        obtain.obj = str;
        obtain.what = 2;
        this.a.sendMessage(obtain);
    }

    public void a(Context context, String str, String str2, boolean z, UIResponseListener uIResponseListener) {
        this.j = context;
        this.k = str;
        this.l = uIResponseListener;
        this.m = new ay(this);
        l.a().a(context, true, (View.OnClickListener) new s(this));
        new Thread(this.m).start();
    }
}