## 导出用户绑定记录.后台
~~~[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": ""
}
~~~