mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
展示优化
This commit is contained in:
parent
5d07cdf071
commit
076ee17286
@ -1,5 +1,5 @@
|
||||
# 更新日志
|
||||
### 4.19.2 | 2024.05.07
|
||||
### 4.19.3 | 2024.05.07
|
||||
- 参数调整
|
||||
|
||||
### 4.19.1 | 2024.05.07
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "4.19.2",
|
||||
"version": "4.19.3",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user