mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 06:38:55 +08:00
增加邮箱登录注意
This commit is contained in:
parent
a0114df488
commit
5eb9920392
@ -127,7 +127,7 @@ $ set PORT=4000 && node app.js
|
||||
`/login/cellphone?phone=xxx&password=yyy`
|
||||
|
||||
#### 2. 邮箱登录
|
||||
|
||||
注意:此接口被网易和谐了,待修复,暂时使用手机登录(2017.05.20)
|
||||
**必选参数:**
|
||||
`email`: 163网易邮箱
|
||||
`password`: 密码
|
||||
|
@ -13,10 +13,11 @@ router.get("/", (req, res) => {
|
||||
'password': md5sum.digest('hex'),
|
||||
'rememberLogin': 'true'
|
||||
}
|
||||
console.log(email,req.query.password);
|
||||
|
||||
createWebAPIRequest(
|
||||
'music.163.com',
|
||||
'/weapi/login',
|
||||
'/weapi/login?csrf_token=',
|
||||
'POST',
|
||||
data,
|
||||
cookie,
|
||||
|
Loading…
x
Reference in New Issue
Block a user