星辰影院解锁vip v1.0.4版本的 MD5 值为:3d99bbcbb0d5d5e568b9f6134424c24e

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


package com.iqiyi.passportsdk.interflow.api;

import androidx.annotation.Keep;
import com.iqiyi.passportsdk.q.e.b;
import com.iqiyi.passportsdk.q.e.c;
import com.iqiyi.passportsdk.q.e.d;
import com.iqiyi.passportsdk.v.f;
import org.json.JSONObject;

@Keep
public interface IInterflowApi {
    @b(1)
    @d("https://passport.iqiyi.com/apis/user/generate_opt.action")
    com.iqiyi.passportsdk.o.j.a<JSONObject> generate_opt(@c("authcookie") String str, @c("type") int i2);

    @b(1)
    @d("https://passport.iqiyi.com/apis/user/opt_login.action")
    com.iqiyi.passportsdk.o.j.a<f.d> opt_login(@c("opt_key") String str, @c("fields") String str2, @c("appVersion") String str3, @c("v") String str4);
}