fix: 请求异常 (83ee2cda34a20f64c6d343f7dfe22aa6a1c84b3d)

This commit is contained in:
ElyPrism 2026-06-20 23:28:08 +08:00
parent 83ee2cda34
commit 1454ee216c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@neteasecloudmusicapienhanced/api", "name": "@neteasecloudmusicapienhanced/api",
"version": "4.36.0", "version": "4.36.1",
"description": "全网最全的网易云音乐API接口 || A revival project for NeteaseCloudMusicApi Node.js Services (Half Refactor & Enhanced) || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护", "description": "全网最全的网易云音乐API接口 || A revival project for NeteaseCloudMusicApi Node.js Services (Half Refactor & Enhanced) || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护",
"scripts": { "scripts": {
"dev": "nodemon app.js", "dev": "nodemon app.js",

View File

@ -5,7 +5,7 @@ const crypto = require('crypto')
const zlib = require('zlib') const zlib = require('zlib')
const axios = require('axios') const axios = require('axios')
const { APP_CONF } = require('./config.json') const { APP_CONF } = require('./config.json')
const DOMAIN3 = APP_CONF.clDomian3omain const DOMAIN3 = APP_CONF.clDomian3
// ---- ChaCha20 纯 JS 实现 ---- // ---- ChaCha20 纯 JS 实现 ----
const SIGMA = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574] const SIGMA = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574]