1:修改点唱房歌手头像转圈

2:修改主题展示
3:修改动态详情
This commit is contained in:
2025-12-30 18:43:00 +08:00
parent ab556d2519
commit aab29ea784
29 changed files with 887 additions and 701 deletions

View File

@@ -566,6 +566,9 @@ public interface ApiServer {
@GET(Constants.GET_TASKS_MESSAGE)
Call<BaseModel<TasksMessage>> getTasksMessage();
@GET(Constants.GET_REDPACKET_CONFIG)
Call<BaseModel<RedPacketConfig>> getRedpacketConfig();
@FormUrlEncoded
@POST(Constants.REDPACKET_CREATE)
Call<ResponseBody> redPacketCreate(@Field("type") int type, @Field("password") String password, @Field("coin_type") int coin_type, @Field("total_amount") String total_amount,