This commit is contained in:
Silvan 2020-03-11 10:18:14 +08:00
parent ee1b8b4249
commit 9bdaec1c6c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CurrentVersion=0.1.9
CurrentVersion=0.2.0
Project=github.com/cnsilvan/UnblockNeteaseMusic
Path="$Project/version"
ExecName="UnblockNeteaseMusic"

View File

@ -28,7 +28,7 @@ func SearchSong(key common.MapType) common.Song {
clientRequest := network.ClientRequest{
Method: http.MethodGet,
RemoteUrl: "http://www.kuwo.cn/api/www/search/searchMusicBykeyWord?key=" + keyword + "&pn=1&rn=30",
Host: "kuwo.cn",
Host: "www.kuwo.cn",
Header: header,
Proxy: true,
}