文档
测试

用章审核列表

POST
{{url}}/home/chapterList

请求参数

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

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "id": 3, 列表id "name": "员工A", 姓名 "addtime": "2021-06-07", 申请时间 "type": "正常用章", 章的类别 "status": "待审核", 审核状态(待审核,已通过,待还章,已还章,拒绝) "refused": "" 拒绝原因 }, { "id": 2, "name": "员工A", "addtime": "2021-06-07", "type": "正常用章", "status": "拒绝", "refused": "不给过" }, { "id": 1, "name": "员工A", "addtime": "2021-06-07", "type": "外出用章", "status": "已还章", "refused": null } ], "first_page_url": "http://192.168.31.250//home/chapterList?page=1", "from": 1, "last_page": 1, "last_page_url": "http://192.168.31.250//home/chapterList?page=1", "next_page_url": null, "path": "http://192.168.31.250//home/chapterList", "per_page": 20, "prev_page_url": null, "to": 3, "total": 3 } }