🐞 fix: 修复哔哩哔哩无法获取

This commit is contained in:
imsyy
2024-04-10 18:00:14 +08:00
parent 34ab73a3f1
commit f62b4ff4dd
2 changed files with 4 additions and 4 deletions

View File

@@ -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: {