手机号码检测: 添加国家码作为参数,方便检测国外手机号码 #598

This commit is contained in:
binaryify 2019-09-24 10:11:00 +08:00
parent 28ad57896b
commit 058e7b9a35
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 3.22.3 | 2019.09.24
- 手机号码检测: 添加国家码作为参数,方便检测国外手机号码 [#598](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/598)
### 3.22.2 | 2019.09.18
- 排行榜参数更新,更新文档[#592](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/592)

View File

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