## 導出用戶綁定記錄.后臺
~~~[api]
post:http://wyq.promotion.bbobo.com/aj_record/export2
int:_timestart#開始時間
int:_timeend#結束時間
int:type=0#類型 默認0
int:number#員工號
<<<
success
{
"status": 200,
"result": [
{
"number": "10006",
"phone": "18811013356",
"imei": "",
"type": "核驗",
"regyes": "否",
"imeiyes": "否",
"time": "2018-05-28 18:30:01"
}
]
}
<<<
error
{
"status": 400,
"msg":"請求失敗",
"result": ""
}
~~~