文档
测试

7_查询历史假条

POST
http://baloo.nat300.top/qjsystem/api/leave_list.php?token=studck8o11zG8xZh_kill_1590670293&l_s_time=2020-05-01&l_e_time=2020-08-01

请求参数

参数名
类型
描述
必填
token
string
示例:studck8o11zG8xZh_kill_1590670293
必填
l_s_time
string
示例:2020-05-01
必填
l_e_time
string
示例:2020-08-01
必填

响应参数

参数名
类型
描述
必填
token
string
示例:studck8o11zG8xZh_kill_1590670293
必填
data
array
数据列表
必填
l_id
string
示例:jt7pEo3jW9
必填
date
string
示例:2020-07-03
必填
time
number
示例:11
必填
type
string
示例:事假
必填
status
string
示例:已销假
必填

说明 / 示例

{ "token": "studck8o11zG8xZh_kill_1590670293", "data": [ { "l_id": "jt7pEo3jW9", 假条id "date": "2020-07-03", 请假日期 "time": 11, 请假总天数 "type": "事假", 请假类型 "status": "已销假" 假条状态 }, { "l_id": "jtABMwtmdx", "date": "2020-06-03", "time": 11, "type": "事假", "status": "已销假" }, { "l_id": "jtJk3fOPV0", "date": "2020-06-03", "time": 11, "type": "事假", "status": "已销假" }, { "l_id": "jtZU2Ldrll", "date": "2020-05-30", "time": 2, "type": "事假", "status": "待审核" } ] }