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

32 lines
788 B
Smali

.class public Lcom/moji/http/ugc/FeedBackUnReadMsgRequest;
.super Lcom/moji/http/ugc/UGCBaseRequest;
.source "FeedBackUnReadMsgRequest.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/http/ugc/UGCBaseRequest<",
"Lcom/moji/http/ugc/bean/FeedBackList;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 1
const-string v0, "sns/json/feedback/unread"
.line 11
invoke-direct {p0, v0}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
const-string v0, "last_id"
.line 12
invoke-virtual {p0, v0, p1}, Lcom/moji/http/ugc/FeedBackUnReadMsgRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
return-void
.end method