1:修改金币钻石收支接口

2:修改进入房间添加字段
3:修改所有的图片展示,使用url作为key
This commit is contained in:
2026-01-07 17:05:48 +08:00
parent d1cd2aeef7
commit 3dcdd1e599
14 changed files with 185 additions and 88 deletions

View File

@@ -115,7 +115,7 @@ public interface ApiServer {
@FormUrlEncoded
@POST(Constants.POST_LOG_LIST)
Call<BaseModel<List<RevenueBean>>> getRevenueData(@Field("page") String page, @Field("page_limit") String page_limit, @Field("in_out_type") String in_out_type, @Field("start_time") String start_time, @Field("end_time") String end_time, @Field("gift_type") String gift_type);
Call<BaseModel<List<RevenueBean>>> getRevenueData(@Field("last_id") int page, @Field("page_limit") String page_limit, @Field("in_out_type") String in_out_type, @Field("start_time") String start_time, @Field("end_time") String end_time, @Field("gift_type") String gift_type);
@FormUrlEncoded
@POST(Constants.POST_WEALTH_RANKING)