From 4994acd8a564706d5839e1f2688fc8849c4af523 Mon Sep 17 00:00:00 2001 From: binaryify Date: Mon, 19 Dec 2022 14:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E7=AE=B1=E7=99=BB=E5=BD=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 3 +++ module/login.js | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5b6216c..cc0efcc 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 4.8.4 | 2022.12.19 +- 邮箱登录问题修复 + ### 4.8.3 | 2022.12.19 - 修复了手机号登录接口 [#1653] diff --git a/module/login.js b/module/login.js index 085b189..9104fe3 100644 --- a/module/login.js +++ b/module/login.js @@ -4,7 +4,7 @@ const crypto = require('crypto') module.exports = async (query, request) => { query.cookie.os = 'pc' - query.cookie.appver = '2.9.7' + query.cookie.appver = '2.10.6' const data = { username: query.email, password: diff --git a/package.json b/package.json index 5c03469..1e3c138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.8.3", + "version": "4.8.4", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",