1:修改点唱房展示错误

This commit is contained in:
2025-12-04 23:09:16 +08:00
parent 532f85e9e2
commit f5c00c640d
10 changed files with 73 additions and 28 deletions

View File

@@ -863,7 +863,7 @@ public interface ApiServer {
Call<BaseModel<String>> roomUserReconnect(@Field("room_id") String room_id);
@GET(Constants.GET_CP_ZONE)
Call<BaseModel<HeartCpBean>> getCpRoom(@Query("user_id") String userId);
Call<BaseModel<HeartCpBean>> getCpRoom(@Query("user_id") String userId,@Query("page")String page);
@GET(Constants.POST_MY_FAMILY)