mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-27 21:25:08 +00:00
fix: 请求异常 (83ee2cda34a20f64c6d343f7dfe22aa6a1c84b3d)
This commit is contained in:
parent
83ee2cda34
commit
1454ee216c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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版本后开始自行维护",
|
||||
"scripts": {
|
||||
"dev": "nodemon app.js",
|
||||
|
||||
@ -5,7 +5,7 @@ const crypto = require('crypto')
|
||||
const zlib = require('zlib')
|
||||
const axios = require('axios')
|
||||
const { APP_CONF } = require('./config.json')
|
||||
const DOMAIN3 = APP_CONF.clDomian3omain
|
||||
const DOMAIN3 = APP_CONF.clDomian3
|
||||
|
||||
// ---- ChaCha20 纯 JS 实现 ----
|
||||
const SIGMA = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user