67 lines
1.6 KiB
Smali
67 lines
1.6 KiB
Smali
.class public Lcom/moji/http/ugc/SearchUserRequest;
|
|
.super Lcom/moji/http/ugc/UGCBaseRequest;
|
|
.source "SearchUserRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/ugc/UGCBaseRequest<",
|
|
"Lcom/moji/http/ugc/bean/SearchUserResp;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;IIZ)V
|
|
.locals 1
|
|
|
|
const-string v0, "sns/json/account/search_user"
|
|
|
|
.line 13
|
|
invoke-direct {p0, v0}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "key_word"
|
|
|
|
.line 14
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/ugc/SearchUserRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
const-string p1, "page_no"
|
|
|
|
const/4 p2, 0x1
|
|
|
|
.line 16
|
|
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/SearchUserRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string p1, "page_no"
|
|
|
|
.line 18
|
|
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/SearchUserRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
:goto_0
|
|
const-string p1, "page_size"
|
|
|
|
.line 20
|
|
invoke-static {p3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/SearchUserRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|