IVipApi.smali

.class public interface abstract Lcom/sandboxol/center/web/IVipApi;
.super Ljava/lang/Object;
.source "IVipApi.java"


# virtual methods
.method public abstract getSubscribeInfo(Ljava/lang/String;)Lrx/Observable;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Query;
            value = "appType"
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            ")",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse<",
            "Lcom/sandboxol/center/entity/VipSubInfo;",
            ">;>;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/GET;
        value = "/pay/api/v1/sub/info/get"
    .end annotation
.end method