1:修改点唱房的bug
2:添加公会消息类型
This commit is contained in:
@@ -125,6 +125,9 @@ public interface ApiServer {
|
||||
@POST(Constants.POST_MESSAGE_LIST)
|
||||
Call<BaseModel<List<NewsMessageList>>> getMessagetitle(@Field("type") String type, @Field("page") String page, @Field("page_limit") String page_limit);
|
||||
|
||||
@FormUrlEncoded
|
||||
@POST(Constants.POST_INVITE)
|
||||
Call<BaseModel<String>> postInvite(@Field("apply_id") String apply_id, @Field("type") String type);
|
||||
@GET(Constants.GET_TEMP_KEY)
|
||||
Call<BaseModel<TempKeyBean>> getTempKey();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user