Skip to content

Commit

Permalink
fix: 修复非大陆服务器酷狗歌曲搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Feb 1, 2024
1 parent 0af0515 commit 61f426e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kg/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61f426e

Please sign in to comment.