## 用户登录接口
~~~[api]
post:/api/login
*string:phone=18611174866#手机号
*string:password=123456#密码
<<<
success
{
"status": "success",
"data": {
"id": "gszM39tXeDI=",
"username": "jfeng",
"phone": "18611174866",
"email": "12121@qq.com",
"header_img": null,
"Authentication": 1,(1表示已认证,0表示未认证)
"status": 1,
"role": 1,(1表示FA,2表示公司,3表示投资人)
"user_auth_id": null,
"create_time": 1556531846,
"update_time": 1556531846
}
}
<<<
error
{
"status": "error",
"error": {
"message": "密码错误",
"code": 0
}
}
~~~
