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

36 lines
887 B
Smali

.class public Lcom/moji/http/weather/GetAqiRankRequest;
.super Lcom/moji/http/weather/V1WeatherBaseRequest;
.source "GetAqiRankRequest.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/http/weather/V1WeatherBaseRequest<",
"Lcom/moji/http/weather/entity/CityRankEntity;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(I)V
.locals 1
const-string v0, "aqi/json/rank"
.line 14
invoke-direct {p0, v0}, Lcom/moji/http/weather/V1WeatherBaseRequest;-><init>(Ljava/lang/String;)V
const-string v0, "cityId"
.line 15
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-virtual {p0, v0, p1}, Lcom/moji/http/weather/GetAqiRankRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
return-void
.end method