63 lines
1.5 KiB
Smali
63 lines
1.5 KiB
Smali
.class public Lcom/moji/http/mqn/GetCollectionRequest;
|
|
.super Lcom/moji/http/mqn/ForumBaseRequest;
|
|
.source "GetCollectionRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/mqn/ForumBaseRequest<",
|
|
"Lcom/moji/http/mqn/entity/TopicList;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
const-string v0, "user/json/get_fav_topic"
|
|
|
|
.line 13
|
|
invoke-direct {p0, v0}, Lcom/moji/http/mqn/ForumBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "page_length"
|
|
|
|
const/4 v1, 0x4
|
|
|
|
.line 14
|
|
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p0, v0, v1}, Lcom/moji/http/mqn/GetCollectionRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string v0, "type"
|
|
|
|
const-string v1, "1"
|
|
|
|
.line 15
|
|
invoke-virtual {p0, v0, v1}, Lcom/moji/http/mqn/GetCollectionRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string v0, "page_cursor"
|
|
|
|
const-string v1, ""
|
|
|
|
.line 16
|
|
invoke-virtual {p0, v0, v1}, Lcom/moji/http/mqn/GetCollectionRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string v0, "page_past"
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 17
|
|
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {p0, v0, v1}, Lcom/moji/http/mqn/GetCollectionRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|