From 076ee17286e5b1189c3f6c56a848216cbedb71e8 Mon Sep 17 00:00:00 2001 From: binaryify Date: Tue, 7 May 2024 15:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 2 +- package.json | 2 +- public/eapi_decrypt.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)