64 lines
1.8 KiB
Smali
64 lines
1.8 KiB
Smali
.class public Lcom/moji/http/postcard/AddAddressRequest;
|
|
.super Lcom/moji/http/postcard/BasePostcardRequest;
|
|
.source "AddAddressRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/postcard/BasePostcardRequest<",
|
|
"Lcom/moji/requestcore/entity/MJBaseRespRc;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
const-string v0, "address/add_address"
|
|
|
|
.line 17
|
|
invoke-direct {p0, v0}, Lcom/moji/http/postcard/BasePostcardRequest;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v0, "receive_name"
|
|
|
|
.line 18
|
|
invoke-virtual {p0, v0, p1}, Lcom/moji/http/postcard/AddAddressRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "receive_mobile"
|
|
|
|
.line 19
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/http/postcard/AddAddressRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "receive_city_name"
|
|
|
|
.line 20
|
|
invoke-virtual {p0, p1, p3}, Lcom/moji/http/postcard/AddAddressRequest;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
const-string p1, "receive_address"
|
|
|
|
.line 21
|
|
invoke-virtual {p0, p1, p4}, Lcom/moji/http/postcard/AddAddressRequest;->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
|