1:添加酒吧房抱麦推送,在推送过来后,需要选择礼物

2:添加酒吧房设置了自定义礼物推送
3:修改自定义礼物设置的接口,传递了roomId,用于推送消息
This commit is contained in:
2026-01-08 15:36:17 +08:00
parent ac09992b01
commit 0b37364a11
10 changed files with 43 additions and 7 deletions

View File

@@ -364,7 +364,7 @@ public interface ApiServer {
Call<BaseModel<List<RoonGiftModel>>> getNewGiftList(@Query("label") int label, @Query("type") String type );
@GET(Constants.SET_CUSTOM_GIFT)
Call<BaseModel<String>> setCustomGift(@Query("gift_id") String gift_id, @Query("gift_remark_name") String new_gift_name );
Call<BaseModel<String>> setCustomGift(@Query("gift_id") String gift_id, @Query("gift_remark_name") String new_gift_name ,@Query("room_id") String room_id );
@GET(Constants.TOPIC_LIST)
//获取话题