Skip to content

Commit

Permalink
fix: SPACE_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 18, 2023
1 parent 8029b42 commit beadd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/bilibili/api/Api.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const val QRCODE_GENERATE = "https://passport.bilibili.com/x/passport-login/web/
const val QRCODE_POLL = "https://passport.bilibili.com/x/passport-login/web/qrcode/poll"

// User
const val SPACE_INFO = "https://api.bilibili.com/x/space/acc/info"
const val SPACE_INFO = "https://api.bilibili.com/x/space/wbi/acc/info"

// Video
const val VIDEO_USER = "https://api.bilibili.com/x/space/wbi/arc/search"
Expand Down

0 comments on commit beadd21

Please sign in to comment.