1:完成才艺展示功能

This commit is contained in:
2025-11-28 14:38:03 +08:00
parent b089f4a56f
commit 784a67214d
10 changed files with 387 additions and 14 deletions

View File

@@ -870,4 +870,6 @@ public interface ApiServer {
@POST(Constants.POST_FAMILY_EARNINGS)
Call<BaseModel<List<FamilyEarnings>>> familyEarnings( @Field("user_id") String user_id,@Field("page") int page,@Field("start_time") String start_time,@Field("end_time") String end_time);
@GET(Constants.GET_SKILL_LIST)
Call<BaseModel<List<String>>> skillList();
}