mirror of
https://github.com/czp3009/bilibili-api.git
synced 2025-02-19 20:50:28 +08:00
添加 LiveService.getBulletScreenConfig 的快捷调用
This commit is contained in:
parent
5d9d7ae48e
commit
8c67a3b335
@ -13,6 +13,10 @@ public interface LiveService {
|
||||
@GET("AppRoom/danmuConfig")
|
||||
Call<BulletScreenConfigEntity> getBulletScreenConfig(@Query("type") String type);
|
||||
|
||||
default Call<BulletScreenConfigEntity> getBulletScreenConfig() {
|
||||
return getBulletScreenConfig("all");
|
||||
}
|
||||
|
||||
@GET("AppRoom/msg")
|
||||
Call<LiveHistoryBulletScreensEntity> getHistoryBulletScreens(@Query("room_id") long roomId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user