1:修改点唱房歌手头像转圈
2:修改主题展示 3:修改动态详情
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user