文档
测试

申请列表

POST
{{url}}/home/apllyList

请求参数

参数名
类型
描述
必填
openid
必填
page
页码
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "id": 11, "openid": "987654321", "type": 1, 1请假 2公章 3报销 4付款 5工资结算 "thing_id": 2, "addtime": "2021-06-08", 申请时间 "leave_start_time": "2020-10-10", 请假开始时间 "leave_end_time": "2020-11-11" 请假结束时间 "status": "待审核" 审核状态 }, { "id": 10, "openid": "987654321", "type": 2, "thing_id": 5, "huan_status": false, "addtime": "2021-06-08", "pass": "123", "zhang_type": "外出用章", "huan_statu": true, "status": "审核通过" }, { "id": 9, "openid": "987654321", "type": 2, 1请假 2公章 3报销 4付款 "thing_id": 4, "huan_status": false, 是否显示还章 fasle不显示 true显示 "addtime": "2021-06-08", 申请时间 "pass": "", 密码 "zhang_type": "正常用章", 章种类 "status": "待审核" 审核状态 }, { "id": 8, "openid": "987654321", "type": 4, 1请假 2公章 3报销 4付款 "thing_id": 4, "addtime": "2021-06-08", 申请时间 "price": 10, 付款金额 "status": "待审核" 审核状态 }, { "id": 7, "openid": "987654321", "type": 3, 1请假 2公章 3报销 4付款 "thing_id": 3, "addtime": "2021-06-08", 申请时间 "price": 10, 报销金额 "status": "待审核" 审核状态 }, { "id": 25, "openid": "osy675EivChZwLDzaIT-3g9T0rMQ", "type": 5, "thing_id": 1, "title": "工资结算", "js_time": "2021-07-14", 工资结算时间 "money": 520 结算金额 "detail": "150(工资/天)*(0(天数)+2(补出勤) )+10(加班)-5(请假)" 结算工资明细 }, ], "first_page_url": "http://192.168.31.250//home/apllyList?page=1", "from": 1, "last_page": 1, "last_page_url": "http://192.168.31.250//home/apllyList?page=1", "next_page_url": null, "path": "http://192.168.31.250//home/apllyList", "per_page": 20, "prev_page_url": null, "to": 7, "total": 7 } }