36 lines
877 B
Smali
36 lines
877 B
Smali
.class public Lcom/moji/http/mqn/CommentPraiseRequest;
|
|
.super Lcom/moji/http/mqn/ForumBaseRequest;
|
|
.source "CommentPraiseRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/mqn/ForumBaseRequest<",
|
|
"Lcom/moji/http/mqn/entity/TopicPraise;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(J)V
|
|
.locals 1
|
|
|
|
const-string v0, "topiccomment/json/praise_comment"
|
|
|
|
.line 9
|
|
invoke-direct {p0, v0}, Lcom/moji/http/mqn/ForumBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "comment_id"
|
|
|
|
.line 10
|
|
invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/mqn/CommentPraiseRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|