49 lines
1.3 KiB
Smali
49 lines
1.3 KiB
Smali
.class public Lcom/moji/http/ugc/account/GetValidateCodeRequest;
|
|
.super Lcom/moji/http/ugc/UGCBaseRequest;
|
|
.source "GetValidateCodeRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/ugc/UGCBaseRequest<",
|
|
"Lcom/moji/requestcore/entity/MJBaseRespRc;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "sns/json/account/mobile/get_validate_code"
|
|
|
|
.line 18
|
|
invoke-direct {p0, v0}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "mobile"
|
|
|
|
.line 19
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/ugc/account/GetValidateCodeRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method protected a()Lcom/moji/requestcore/method/MJMethod;
|
|
.locals 2
|
|
|
|
.line 24
|
|
new-instance v0, Lcom/moji/requestcore/method/POST_JSON;
|
|
|
|
new-instance v1, Lcom/moji/requestcore/encrypt/DefaultEncryptParamImpl;
|
|
|
|
invoke-direct {v1}, Lcom/moji/requestcore/encrypt/DefaultEncryptParamImpl;-><init>()V
|
|
|
|
invoke-direct {v0, v1}, Lcom/moji/requestcore/method/POST_JSON;-><init>(Lcom/moji/requestcore/encrypt/IEncryptParams;)V
|
|
|
|
return-object v0
|
|
.end method
|