mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
🐞 fix: 修复哔哩哔哩无法获取
This commit is contained in:
@@ -41,7 +41,7 @@ export const handleRoute = async (c: ListContext, noCache: boolean) => {
|
||||
|
||||
const getList = async (options: Options, noCache: boolean) => {
|
||||
const { type } = options;
|
||||
const url = `https://api.bilibili.com/x/web-interface/ranking/v2?rid=${type}`;
|
||||
const url = `https://api.bilibili.com/x/web-interface/ranking/v2?tid=${type}`;
|
||||
const result = await get({
|
||||
url,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user