企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
> 返回字段说明 | 字段 | 名称 | 说明 | | --- | --- | --- | | process| 审批流程,数组格式 | | | check_auth| 审批权限 | 【0表示没有审批权限,1表示有审批权限】 | > **process**返回字段说明 | 字段 | 名称 | 说明 | | --- | --- | --- | | user| 审批人信息,数组格式 | | | status_check | 审批状态 | 【0未审批/审批中,1审批通过,2审批驳回】 | | timestamp |时间戳 | | | timeformat | 格式化时间| | > 接口数据所处页面区域,如下图 ![](https://box.kancloud.cn/1f10a52d7a65c0c4fc339b4088099156_444x622.png) ~~~[api] get:/v1/approvesys/check/getCheckProcess *form_id#表单id *content_id#审批内容id <<< success { "code": 0, "msg": "ok", "data": { "process": [ { "id": 24, "user": { "open_id": "e1d466846c34a6b39ade1a94dd3d0674", "name": "测试20", "photo": "", "gender": 0 }, "status_check": 2, "timestamp": 1544254363, "timeformat": "2018/12/08 15:32" }, { "id": 25, "user": { "open_id": "6481a305d40930ee29bae5c526bf8147", "name": "测试21", "photo": "http://hzrd-server.780.cn/openapi/userphoto/6481a305d40930ee29bae5c526bf8147/9c14291c311c0be35425fcc460537725.jpg", "gender": 0 }, "status_check": 0, "timestamp": 1544252316, "timeformat": "2018/12/08 14:58" } ], "check_auth": 0 } } <<< error ~~~