文档
测试

待办事项-列表查询

GET
/ks/m?xwl=test/compare/get-function-info&funcPath=workflow3.0/schedule.xwl&type=local

接口描述

待办事项-列表查询

响应参数

参数名
类型
描述
必填
retCode
string
000000
必填
retMsg
string
描述信息
必填
rspData
object
响应数据
必填
transCode
string
接口名称
必填

说明 / 示例

返回参数示例: ```json { "rspData": { "functions": { "pkId": "54111522ab0b4d98bcd7b352c4fa6e28", "funcSeq": 30, "lastUpdateTms": 1597281636798, "noCacheFuncPath": "workflow3.0/schedule.xwl", "roles": [], "loginRequired": "1", "funcId": 20191028000005, "funcContent": "{\"configs\":{\"itemId\":\"module\"},\"children\":[],\"type\":\"module\"}", "funcStatus": "1", "funcName": "待办事项", "funcPath": "workflow3.0/schedule.xwl", "lastUpdateUser": "admin", "menuId": 20191028000000, "shortPath": "schedule.xwl", "inframe": "1", "pageLink": "{url:'wb/newflow/Schedule/index.html'}" } }, "transCode": "bw.queryFunctionDataAll", "retCode": "000000", "retMsg": "交易成功" } ```