1:修改礼物背包送礼异常

2:修改添加照片出现错乱问题
3:修改头像框不显示的问题
4:修改我的背包显示不正确的问题
5:修改明细、收支时间问题
This commit is contained in:
2025-09-08 17:22:58 +08:00
parent 77b801cca6
commit 54014fe0f6
27 changed files with 497 additions and 354 deletions

View File

@@ -343,7 +343,7 @@ public interface ApiServer {
Observable<BaseModel<List<HeatedBean>>> getCategories();
@GET(Constants.GET_CIRCLE_LIST)
Observable<BaseModel<List<CircleListBean>>> getCircleList(@Query("page") String page, @Query("page_limit") String page_limit);
Call<BaseModel<List<CircleListBean>>> getCircleList(@Query("page") String page, @Query("page_limit") String page_limit);
@FormUrlEncoded
@POST(Constants.GET_USER_HOME_ZONE)