44 lines
1.1 KiB
Smali
44 lines
1.1 KiB
Smali
.class public Lcom/moji/http/postcard/GetLatelyShipAddressRequest;
|
|
.super Lcom/moji/http/postcard/BasePostcardRequest;
|
|
.source "GetLatelyShipAddressRequest.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/http/postcard/BasePostcardRequest<",
|
|
"Lcom/moji/http/postcard/entity/AddressResult;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const-string v0, "address/get_lately_ship_address"
|
|
|
|
.line 19
|
|
invoke-direct {p0, v0}, Lcom/moji/http/postcard/BasePostcardRequest;-><init>(Ljava/lang/String;)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
|