diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 2acbd48..87b6a28 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,5 @@ # 更新日志 -### 4.19.2 | 2024.05.07 +### 4.19.3 | 2024.05.07 - 参数调整 ### 4.19.1 | 2024.05.07 diff --git a/package.json b/package.json index 23fb1af..06f6a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.19.2", + "version": "4.19.3", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", diff --git a/public/eapi_decrypt.html b/public/eapi_decrypt.html index 8814974..f77bc98 100644 --- a/public/eapi_decrypt.html +++ b/public/eapi_decrypt.html @@ -50,7 +50,7 @@ url: `/eapi/decrypt?hexString=${this.hexString}&isReq=${this.isReq}`, method: 'post' }) - this.result = JSON.stringify(res.data) + this.result = JSON.stringify(res.data.data) console.log(res.data); } catch (error) { console.error(error)