Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
修复注册异常的问题 #532
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jul 15, 2019
1 parent 70cce6b commit 0d4d8ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
### 3.18.6 | 2019.07.15
- 修复注册异常的问题 [#532](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/532)

### 3.18.5 | 2019.07.14
- 修复部分歌曲无法获得播放链接的问题 [#531](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/531)

Expand Down
1 change: 1 addition & 0 deletions module/register_cellphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const crypto = require('crypto')

module.exports = (query, request) => {
query.cookie.os = 'pc'
const data = {
captcha: query.captcha,
phone: query.phone,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "3.18.5",
"version": "3.18.6",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 0d4d8ce

Please sign in to comment.