MCPcopy Create free account
hub / github.com/OreosLab/bili / xliveGetRecommend

Method xliveGetRecommend

src/main/java/top/misec/task/GiveGift.java:83–89  ·  view source on GitHub ↗

获取一个直播间的room_id. @return String @author srcrs @since 2020-10-13

()

Source from the content-addressed store, hash-verified

81 * @since 2020-10-13
82 */
83 public String xliveGetRecommend() {
84 return HttpUtils.doGet("https://api.live.bilibili.com/relation/v1/AppWeb/getRecommendList")
85 .get("data").getAsJsonObject()
86 .get("list").getAsJsonArray()
87 .get(6).getAsJsonObject()
88 .get("roomid").getAsString();
89 }
90
91 /**
92 * B站获取直播间的uid.

Callers 1

getuidAndRidMethod · 0.95

Calls 1

doGetMethod · 0.95

Tested by

no test coverage detected