## 绑定记录.后台
~~~[api]
post:http://wyq.promotion.bbobo.com/aj_record/list
int:page=1#当前页码,默认1
int:size=20#每页条数,默认20
int:type=0#类型,默认0
int:number#员工号
int:_timestart#开始时间
int:_timeend#结束时间
<<<
success
{
"status": 200,
"result": {
"data": [
{
"id": "53",
"number": "10006",
"phone": "18811013356",
"imei": "",
"status": "1",
"type": "核验",
"regyes": "否",
"imeiyes": "否",
"isnew": "否",
"time": "2018-05-28 18:30:44"
},
{
"id": "52",
"number": "10006",
"phone": "18811013356",
"imei": "",
"status": "1",
"type": "核验",
"regyes": "否",
"imeiyes": "否",
"isnew": "否",
"time": "2018-05-28 18:30:01"
}
],
"pages": {
"page": "1",
"count": "20",
"total": "2"
}
}
}
<<<
error
{
"status": 400,
"msg":"请求失败",
"result": ""
}
~~~