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 f927f15 commit 0af0515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kg/lite_signin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async def randomMixSongMid():
# 所以需要进行一次搜索接口来获取
search_req = await Httpx.AsyncRequest(utils.encodeURI(f'https://songsearch.kugou.com/song_search_v2?' + buildRequestParams({
"keyword": randomSong['filename'],
"area_code": 1,
"page": 1,
"pagesize": 1,
"userid": 0,
Expand Down

0 comments on commit 0af0515

Please sign in to comment.