Skip to content

Commit

Permalink
🐛 优化infoURL
Browse files Browse the repository at this point in the history
  • Loading branch information
guohuiyuan committed Apr 4, 2024
1 parent fb8b559 commit b35ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bilibili/bilibilipush.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
ua = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
referer = "https://space.bilibili.com/%v"
infoURL = "https://api.bilibili.com/x/space/wbi/acc/info?mid=%v&token=&platform=web&web_location=1550101"
infoURL = "https://api.bilibili.com/x/space/wbi/acc/info?mid=%v"
)

// bdb bilibili推送数据库
Expand Down

0 comments on commit b35ba5e

Please sign in to comment.