From fe4a4ff73277842c40ca0ac1e7eb5fd066371c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lz=E5=B7=B2=E7=BB=8F=E6=98=AF=E6=9D=A1=E5=92=B8=E9=B1=BC?= =?UTF-8?q?=E4=BA=86?= Date: Fri, 1 Oct 2021 18:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SongURLData=20=E5=92=8C=20?= =?UTF-8?q?SongDetail=20=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/Batch.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/Batch.go b/types/Batch.go index a36ec88..efa7f3b 100644 --- a/types/Batch.go +++ b/types/Batch.go @@ -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 数据