Weather/smali_classes2/com/moji/http/ugc/GetOtherFansRequest.smali
2021-05-10 10:13:34 +02:00

74 lines
1.8 KiB
Smali

.class public Lcom/moji/http/ugc/GetOtherFansRequest;
.super Lcom/moji/http/ugc/UGCBaseRequest;
.source "GetOtherFansRequest.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/http/ugc/UGCBaseRequest<",
"Lcom/moji/http/mqn/entity/FansList;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(Ljava/lang/String;ILjava/lang/String;Z)V
.locals 1
const-string v0, "sns/json/attentionfans/other_fans_list"
.line 12
invoke-direct {p0, v0}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
if-eqz p4, :cond_0
const-string p1, "page_past"
const/4 p4, 0x0
.line 14
invoke-static {p4}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p4
invoke-virtual {p0, p1, p4}, Lcom/moji/http/ugc/GetOtherFansRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
goto :goto_0
:cond_0
const-string p4, "page_past"
const/4 v0, 0x1
.line 16
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
invoke-virtual {p0, p4, v0}, Lcom/moji/http/ugc/GetOtherFansRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
const-string p4, "page_cursor"
.line 17
invoke-virtual {p0, p4, p1}, Lcom/moji/http/ugc/GetOtherFansRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
:goto_0
const-string p1, "page_length"
.line 19
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/GetOtherFansRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
const-string p1, "otherSnsId"
.line 20
invoke-virtual {p0, p1, p3}, Lcom/moji/http/ugc/GetOtherFansRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
return-void
.end method