## 地推人員列表.后臺
~~~[api]
post:http://wyq.promotion.bbobo.com/aj_user/list
int:page=1#當前頁碼,默認1
int:size=20#每頁條數,默認20
int:number#員工號
int:phone#手機號
name#姓名
<<<
success
{
"status": 200,
"result": {
"data": [
{
"id": "11",
"name": "王志方",
"number": "10001",
"phone": "18510329179",
"password": "f4666b1c34893ee557dccbfe3382e965",
"status": "1",
"createTime": "1523177864",
"time": "1970-01-01 08:00:00"
},
{
"id": "10",
"name": "孟飛燕",
"number": "10003",
"phone": "15101511591",
"password": "5129a5ddcd0dcd755232baa04c231698",
"status": "1",
"createTime": "1523177751",
"time": "1970-01-01 08:00:00"
}
],
"pages": {
"page": "1", //當前頁
"size": 20, //每頁數據條數
"total": "3" //總條數
}
}
}
<<<
error
{
"status": 400,
"msg":"請求失敗"
}
~~~