流程分类
简要描述:首页流程分类字典加载,根据关键字搜索
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
于春辉 |
2022-08-17 |
2022-08-17 |
请求URL:
- /je/meta/dictionary/tree/loadTree
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
请求类型: application/json |
authorization |
是 |
string |
请求内容签名 |
请求参数:
参数名 |
是否必须 |
类型 |
值 |
node |
是 |
String |
ROOT |
onlyItem |
是 |
String |
true |
excludes |
是 |
String |
checked |
strData |
是 |
String |
[{“ddCode”:”JE_WF_PROCESS”,”ddName”:null,”rootId”:””,”async”:false,”params”:{},”j_query”:{“custom”:[],”order”:[],”_types”:[]},”nodeInfo”:””}] |
返回示例:
正确时返回:
[
0: {
async: false
bean: {}
children: [,…]
code: "SYS"
description: ""
disabled: ""
expandable: true
expanded: false
icon: ""
iconColor: ""
id: "95t4q40VloAzLvrgdrN"
layer: ""
leaf: false
nodeInfo: ""
nodeInfoType: ""
nodePath: ""
nodeType: "LEAF"
orderIndex: ""
otherBeanFiled: []
parent: "JDpyANm3A4aRwk0iAuL"
text: "常用流程"
treeOrderIndex: ""
}
1: {parent: "JDpyANm3A4aRwk0iAuL", code: "CRM", expandable: true, icon: "", description: "", nodePath: "",…}
2: {parent: "JDpyANm3A4aRwk0iAuL", code: "PM", expandable: true, icon: "", description: "", nodePath: "",…}
3: {parent: "JDpyANm3A4aRwk0iAuL", code: "DEMO", expandable: true, icon: "", description: "",…}
}
]
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
参数名 |
类型 |
说明 |
code |
String |
编码 |
text |
String |
名称 |
备注:
最后编辑: 于春辉 文档更新时间: 2024-08-08 13:51 作者:于春辉