what-the-bank/sources/o/Atw.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 Atw extends C13353fY<LWm> {
/* renamed from: o.Atw$2, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<LWm, fRY> {
private irj b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(LWm lWm) {
LWm lWm2 = lWm;
C14957gcv.e(lWm2, "");
C14957gcv.e("jpg", "");
RequestBody create = RequestBody.Companion.create("jpg", MediaType.Companion.parse("text/plain"));
MultipartBody.Part a = C15600gy.a("imageData", lWm2.c);
String valueOf = String.valueOf(lWm2.a);
C14957gcv.e(valueOf, "");
RequestBody create2 = RequestBody.Companion.create(valueOf, MediaType.Companion.parse("text/plain"));
String valueOf2 = String.valueOf(lWm2.e);
C14957gcv.e(valueOf2, "");
fRY e = fRY.e(this.b.e(new C12165et(create, a, RequestBody.Companion.create(valueOf2, MediaType.Companion.parse("text/plain")), create2, lWm2.d, lWm2.b)));
C14957gcv.c(e, "");
return e;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass2(irj irjVar) {
super(1);
this.b = irjVar;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public Atw(yRw yrw, yRw yrw2, irj irjVar) {
super(yrw, yrw2, new AnonymousClass2(irjVar));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(irjVar, "");
}
/* loaded from: classes3.dex */
public static final class LWm implements AbstractC15351go.HBt {
final int a;
final String b;
final String c;
final String d;
final int e;
public LWm(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.d = str2;
this.b = str3;
}
}
}