文档
测试

查看我要审批的

POST
http://localhost:8080/dgp_api/ds_my/findProcess/2

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数josn

参数名
类型
描述
必填
pagination
object
分页信息
必填
pageNumber
int
页码
必填
pageSize
int
页数
必填
search
object
查询条件
必填
name
string
名字 传 ""
必填
flowState
string
传 ""
必填
searchName
string
通过资产项名称
必填

响应参数

参数名
类型
描述
必填
OperateResult
object
必填
mdName
string
资产项
必填
appType
string
类型 0:资产下线 1:明细权限
必填
flowState
状态
状态:0-草稿(未开始),1-审核中(开始流程),2-审核通过,3-驳回 ,4-关闭
必填
appPerson
string
申请人
必填
appTime
string
申请时间
必填
reason
string
申请理由
必填
appStar
string
紧急程度
必填
deptName
string
申请部门
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": { "maxCursor": null, "total": 5, "rows": [ { "id": "813344798185492480", "assetDataId": null, "mdName": "数据资产1111222", "appType": "0", "appPerson": "管理员", "reason": null, "appTime": "2021-02-22 09:41:51", "appStar": "3", "appDepId": null, "isApp": null, "deptName": "总行", "businessType": null, "applyId": null, "instId": "22b26ebf-74af-11eb-9a4c-f8e4e3b19a46", "flowKey": "detailPerssion:1:e1e61088-66ca-11eb-8a2e-f8e4e3b19a46", "nextGroup": "AssetComDepCheckGroup", "flowDep": "999999", "contentId": "813344798185492480", "aid": "813344798374236160", "module": "5", "reqType": "16", "appIdea": null, "appResult": null }, { "id": "808332211270062080", "assetDataId": null, "mdName": "数据资产1111222", "appType": "0", "appPerson": "管理员", "reason": null, "appTime": "2021-02-08 13:43:37", "appStar": "3", "appDepId": null, "isApp": null, "deptName": "总行", "businessType": null, "applyId": null, "instId": "9761e013-69d0-11eb-a5d5-f8e4e3b19a46", "flowKey": "detailPerssion:1:e1e61088-66ca-11eb-8a2e-f8e4e3b19a46", "nextGroup": "AssetComDepCheckGroup", "flowDep": "999999", "contentId": "808332211270062080", "aid": "808332211450417152", "module": "5", "reqType": "16", "appIdea": null, "appResult": null }, { "id": "807904373152813056", "assetDataId": "4", "mdName": "数据资产111", "appType": "0", "appPerson": "管理员", "reason": null, "appTime": "1612660994193", "appStar": "3", "appDepId": null, "isApp": null, "deptName": "总行", "businessType": null, "applyId": null, "instId": "aabf9890-68e3-11eb-acdb-f8e4e3b19a46", "flowKey": "detailPerssion:1:e1e61088-66ca-11eb-8a2e-f8e4e3b19a46", "nextGroup": "AssetComDepCheckGroup", "flowDep": "999999", "contentId": "807904373152813056", "aid": "807904494590496768", "module": "5", "reqType": "16", "appIdea": null, "appResult": null }, { "id": "807182220363173888", "assetDataId": "1", "mdName": "数据资产", "appType": "0", "appPerson": "管理员", "reason": null, "appTime": "1612488838055", "appStar": "3", "appDepId": null, "isApp": null, "deptName": "总行", "businessType": null, "applyId": null, "instId": "37973ebf-6752-11eb-b50b-f8e4e3b19a46", "flowKey": "detailPerssion:1:e1e61088-66ca-11eb-8a2e-f8e4e3b19a46", "nextGroup": "AssetComDepCheckGroup", "flowDep": "999999", "contentId": "807182220363173888", "aid": "807182220845518848", "module": "5", "reqType": "16", "appIdea": null, "appResult": null }, { "id": "806949697859227648", "assetDataId": "1", "mdName": "数据资产", "appType": "0", "appPerson": "管理员", "reason": null, "appTime": "1612433399778", "appStar": "3", "appDepId": null, "isApp": null, "deptName": "总行", "businessType": null, "applyId": null, "instId": "43416844-66d1-11eb-8593-f8e4e3b19a46", "flowKey": "detailPerssion:1:e1e61088-66ca-11eb-8a2e-f8e4e3b19a46", "nextGroup": "AssetComDepCheckGroup", "flowDep": "999999", "contentId": "806949697859227648", "aid": "806949714279927808", "module": "5", "reqType": "16", "appIdea": null, "appResult": null } ] } }