## 登錄.H5前端
~~~[api]
post:http://wyq.promotion.bbobo.com/aj_api/login
*number#員工號
*password#密碼(手機號后四位)
<<<
success
{
"status": 200,
"result": {
"records": [],
"user": {
"id": "14",
"name": "waynejoe",
"number": "10006",
"phone": "18811013356",
"password": "a36b598abb934e4528412e5a2127b931",
"status": "1",
"createTime": "1527499737"
},
"count": 0
}
}
<<<
error
{
"status": 400
}
~~~