邮箱登录问题修复

This commit is contained in:
binaryify 2022-12-19 14:17:46 +08:00
parent 521f284b79
commit 4994acd8a5
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.8.4 | 2022.12.19
- 邮箱登录问题修复
### 4.8.3 | 2022.12.19
- 修复了手机号登录接口 [#1653]

View File

@ -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:

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.8.3",
"version": "4.8.4",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",