IChatGameApi.smali
.class public interface abstract Lcom/sandboxol/imchat/web/IChatGameApi;
.super Ljava/lang/Object;
.source "IChatGameApi.java"
# virtual methods
.method public abstract getPartyAuth(JLjava/lang/String;Z)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "userId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "psid"
.end annotation
.end param
.param p4 # Z
.annotation runtime Lretrofit2/http/Query;
value = "isNewEngine"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
"Z)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/PartyAuthInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/game/api/v2/party/auth"
.end annotation
.end method
.method public abstract getPartyAuthTest(JLjava/lang/String;Z)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "userId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "psid"
.end annotation
.end param
.param p4 # Z
.annotation runtime Lretrofit2/http/Query;
value = "isNewEngine"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
"Z)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/PartyAuthInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/game/api/v2/party/auth/test"
.end annotation
.end method