Skip to content

Commit

Permalink
修复kw
Browse files Browse the repository at this point in the history
  • Loading branch information
yhsj0919 committed Jul 18, 2023
1 parent a9d5418 commit 35202d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/kuwo/module/song.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Future<Answer> _playUrl3(Map params, List<Cookie> cookie) {

Future<Answer> _playUrl4(Map params, List<Cookie> cookie) {
//https://m.kuwo.cn/newh5app/api/mobile/v2/music/src/261439967?httpsStatus=1&reqId=ca9e5ee5fef657bed3a5c75e0c487471
//试听地址
//https://m.kuwo.cn/newh5app/api/mobile/v1/music/preview/15212054?httpsStatus=1&reqId=6a7fdf9bed4e928442
return _get(
"https://m.kuwo.cn/newh5app/api/mobile/v2/music/src/${params["rid"]}",
params: {
Expand Down

0 comments on commit 35202d6

Please sign in to comment.