## 用户登陆
+++
get:/1.1/functions/login
*phone=138xxxx#接受短信的手机号
*verifyCode=1234#接受到的验证码
<<<
success
{
"result": {
"username": "username",
"emailVerified": false,
"mobilePhoneVerified": false,
"objectId": "581e7f53570c350060a7a1c5",
"createdAt": "2016-11-06T00:54:43.365Z",
"updatedAt": "2016-11-06T00:54:43.365Z"
}
}
<<<
603
{
"code": 603,
"error": "无效的短信验证码"
}
<<<
127
{
"code": 127,
"error": "无效的手机号码。"
}
+++