32 lines
777 B
Smali
32 lines
777 B
Smali
.class public Lcom/moji/http/ugc/SearchCityRequest;
|
|
.super Lcom/moji/http/ugc/UGCBaseRequest;
|
|
.source "SearchCityRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/ugc/UGCBaseRequest<",
|
|
"Lcom/moji/http/ugc/bean/SearchCityResp;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "sns/json/weather/city/search"
|
|
|
|
.line 13
|
|
invoke-direct {p0, v0}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "search_word"
|
|
|
|
.line 14
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/ugc/SearchCityRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|