展示优化

This commit is contained in:
binaryify 2024-05-07 15:58:15 +08:00
parent 5d07cdf071
commit 076ee17286
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 更新日志
### 4.19.2 | 2024.05.07
### 4.19.3 | 2024.05.07
- 参数调整
### 4.19.1 | 2024.05.07

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.19.2",
"version": "4.19.3",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",

View File

@ -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)