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
|
### 4.19.1 | 2024.05.07
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "4.19.2",
|
"version": "4.19.3",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
url: `/eapi/decrypt?hexString=${this.hexString}&isReq=${this.isReq}`,
|
url: `/eapi/decrypt?hexString=${this.hexString}&isReq=${this.isReq}`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
})
|
})
|
||||||
this.result = JSON.stringify(res.data)
|
this.result = JSON.stringify(res.data.data)
|
||||||
console.log(res.data);
|
console.log(res.data);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user