fix: 修复非大陆服务器酷狗歌曲搜索

This commit is contained in:
helloplhm-qwq 2024-02-01 11:04:30 +08:00
parent 0af0515d9c
commit 61f426e915
No known key found for this signature in database
GPG Key ID: B7542212855B2C26

View File

@ -66,6 +66,7 @@ async def getSongSearchResult(query, page = 1, size = 20):
"keyword": query,
"page": page,
"pagesize": size,
"area_code": 1,
"userid": 0,
"clientver": "",
"platform": "WebFilter",