文档
测试

已办事项-列表查询

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

接口描述

已办事项-列表查询

响应参数

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

说明 / 示例

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