Skip to content

Commit

Permalink
修复无法加载 UP 稿件列表(Web 接口)
Browse files Browse the repository at this point in the history
fixed #135
  • Loading branch information
aaa1115910 committed Jun 3, 2024
1 parent 2a5b979 commit b154506
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ object BiliHttpApi {
parameter("dm_img_str", "V2ViR0wgMS4wIChPcGVuR0wgRVMgMi4wIENocm9taXVtKQ")
parameter("dm_cover_img_str", "V2ViR0wgMS4wIChPcGVuR0wgRVMgMi4wIENocm9taXVtKQ")
header("Cookie", "SESSDATA=$sessData;")
header("referer", "https://space.bilibili.com")
}.body()

suspend fun getAppUserSpaceVideos(
Expand Down

0 comments on commit b154506

Please sign in to comment.