54 lines
1.3 KiB
Smali
54 lines
1.3 KiB
Smali
.class public Lcom/moji/http/mqn/DeleteTopicRequest;
|
|
.super Lcom/moji/http/mqn/ForumBaseRequest;
|
|
.source "DeleteTopicRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/mqn/ForumBaseRequest<",
|
|
"Lcom/moji/requestcore/entity/MJBaseRespRc;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;ILjava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "topic/json/del_topic"
|
|
|
|
.line 11
|
|
invoke-direct {p0, v0}, Lcom/moji/http/mqn/ForumBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "topic_id"
|
|
|
|
.line 12
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/mqn/DeleteTopicRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "type"
|
|
|
|
.line 13
|
|
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/mqn/DeleteTopicRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
.line 14
|
|
invoke-static {p3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, "square_id"
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p3}, Lcom/moji/http/mqn/DeleteTopicRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|