## 密码登陆
+++
get:/1.1/functions/loginPasswd
*username=xxx#用户名
*password=xxx#密码
<<<
success
{
"result": {
"username": "username",
"email": "xiqingongzi@gmail.com",
"emailVerified": false,
"mobilePhoneVerified": false,
"objectId": "581e905cd203090055fec9b6",
"createdAt": "2016-11-06T02:07:24.120Z",
"updatedAt": "2016-11-06T02:07:24.120Z"
}
}
<<<
211
{
"code": 211,
"error": "Could not find user"
}
用户不存在
<<<
210
{
"code": 210,
"error": "The username and password mismatch."
}
账户密码不匹配
+++