文档
测试

抄送事项-列表查询

POST
/ks/m?xwl=sys/workflow3.0/httpInvoke

请求头

参数名
类型
描述
必填
Content-Type
string
采用form-data传参,值取application/x-www-form-urlencoded
必填

请求参数

参数名
类型
描述
必填
transCode
string
接口名称:flow.getCcSchedulesActio
必填

响应参数

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

说明 / 示例

响应示例: ```json { "rspData": { "cCSchedules": { "oldCcSchedules": { "pageNo": 0, "pageSize": 10, "totalPageCount": 0, "totalCount": 0, "items": [] }, "newCcSchedules": { "pageNo": 1, "pageSize": 10, "totalPageCount": 1, "totalCount": 1, "items": [{ "flowInstId": "20081900000000190", "readStatus": "1", "node": "新建节点", "reviceTime": 1597828280000, "nodeInstId": "20081900000000194", "status": "1" }] } } }, "transCode": "flow.getCcSchedulesAction", "retCode": "000000", "retMsg": "交易成功" } ```