流程分类

 简要描述:首页流程分类字典加载,根据关键字搜索
  • 流程分类加载接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 于春辉 2022-08-17 2022-08-17

请求URL:

  • /je/meta/dictionary/tree/loadTree

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
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-07-26 14:15   作者:于春辉