Skip to content

Commit

Permalink
更新 SongURLData 和 SongDetail 数据类型
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMengXinX committed Oct 1, 2021
1 parent 3398fd6 commit fe4a4ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/Batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ type BatchUserInfoData struct {

// BatchSongURLData 批处理 SongURL 数据
type BatchSongURLData struct {
Api SongURLData `json:"/api/song/enhance/player/url/v1"`
Code int `json:"code"`
Api SongsURLData `json:"/api/song/enhance/player/url/v1"`
Code int `json:"code"`
}

// BatchSongDetailData 批处理 SongDetail 数据
type BatchSongDetailData struct {
Api SongDetailData `json:"/api/v3/song/detail"`
Code int `json:"code"`
Api SongsDetailData `json:"/api/v3/song/detail"`
Code int `json:"code"`
}

// BatchUserDetailData 批处理 UserDetail 数据
Expand Down

0 comments on commit fe4a4ff

Please sign in to comment.