67 lines
1.9 KiB
Smali
67 lines
1.9 KiB
Smali
.class public Lcom/moji/http/ugc/account/GetSMSCodeBySnsIdRequest;
|
|
.super Lcom/moji/http/ugc/UGCBaseRequest;
|
|
.source "GetSMSCodeBySnsIdRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/ugc/UGCBaseRequest<",
|
|
"Lcom/moji/http/ugc/bean/account/SMSCodeByUserIdResultEntity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;II)V
|
|
.locals 0
|
|
|
|
const-string p2, "sns/json/account/mobile/get_smscode"
|
|
|
|
.line 18
|
|
invoke-direct {p0, p2}, Lcom/moji/http/ugc/UGCBaseRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string p2, "mobile"
|
|
|
|
.line 19
|
|
invoke-virtual {p0, p2, p1}, Lcom/moji/http/ugc/account/GetSMSCodeBySnsIdRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "is_registered"
|
|
|
|
.line 20
|
|
invoke-static {p3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/account/GetSMSCodeBySnsIdRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "is_binded"
|
|
|
|
.line 21
|
|
invoke-static {p4}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/ugc/account/GetSMSCodeBySnsIdRequest;->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 26
|
|
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
|