what-the-bank/sources/o/rRh.java

69 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import o.AbstractC15351go;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
import okhttp3.RequestBody;
/* loaded from: classes3.dex */
public final class rRh extends C15032gf<CtB, Sts> {
/* renamed from: o.rRh$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<CtB>> {
private irj d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<CtB> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
C14957gcv.e("jpg", "");
RequestBody create = RequestBody.Companion.create("jpg", MediaType.Companion.parse("text/plain"));
MultipartBody.Part a = C15600gy.a("imageData", sts2.c);
String valueOf = String.valueOf(sts2.a);
C14957gcv.e(valueOf, "");
RequestBody create2 = RequestBody.Companion.create(valueOf, MediaType.Companion.parse("text/plain"));
String valueOf2 = String.valueOf(sts2.e);
C14957gcv.e(valueOf2, "");
AbstractC13175fSw<CtB> d = this.d.d(new C12165et(create, a, RequestBody.Companion.create(valueOf2, MediaType.Companion.parse("text/plain")), create2, sts2.b, sts2.d));
C14957gcv.c(d, "");
return d;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(irj irjVar) {
super(1);
this.d = irjVar;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public rRh(yRw yrw, yRw yrw2, irj irjVar) {
super(yrw, yrw2, new AnonymousClass4(irjVar));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(irjVar, "");
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final int a;
final String b;
final String c;
final String d;
final int e;
public Sts(String str, int i, int i2, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.c = str;
this.e = i;
this.a = i2;
this.b = str2;
this.d = str3;
}
}
}