## 綁定記錄.后臺
~~~[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": ""
}
~~~