修复网易云点歌API失效(405)问题 (#303)

* Update main.go

* Update selecter.go

* Update struct.go

* Update main.go
This commit is contained in:
方柳煜
2022-07-06 13:44:24 +08:00
committed by GitHub
parent e6c00e9b68
commit 192c2a8bd6
3 changed files with 7 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ type autumnfishData struct {
Alias []interface{} `json:"alias"`
Rtype int `json:"rtype"`
Ftype int `json:"ftype"`
TransNames []string `json:"transNames"`
Mvid int `json:"mvid"`
Fee int `json:"fee"`
RURL interface{} `json:"rUrl"`