Compare commits
No commits in common. "33906cd4e04aa483ed11b74264835a4facb579a0" and "1bbc707dcc3834aba12e218e9858cbd3f7810aa4" have entirely different histories.
33906cd4e0
...
1bbc707dcc
@ -18,7 +18,7 @@ type ncmMeta interface {
|
|||||||
|
|
||||||
type ncmMetaMusic struct {
|
type ncmMetaMusic struct {
|
||||||
Format string `json:"format"`
|
Format string `json:"format"`
|
||||||
MusicID interface{} `json:"musicId"` // 可能是 int (旧) 也可能是 string (新)
|
MusicID int `json:"musicId"`
|
||||||
MusicName string `json:"musicName"`
|
MusicName string `json:"musicName"`
|
||||||
Artist [][]interface{} `json:"artist"`
|
Artist [][]interface{} `json:"artist"`
|
||||||
Album string `json:"album"`
|
Album string `json:"album"`
|
||||||
|
Loading…
Reference in New Issue
Block a user