云服务器内容精选

  • 请求参数 参数 类型 是否必填 描述 issueIdList String 是 需要验收的隐患id列表 remark String 是 验收描述 operate String 是 操作类型: 1:验收通过 2:驳回 attachmentList Attachment 否 附件列表 operUserId String 否 操作人id 说明: 不传时默认从上下文获取。 operUserName String 否 操作人名称 说明: 不传时默认从上下文获取。 todoUrlPC String 否 PC端待办页面地址,不传时默认双预控预置页面 todoUrlAPP String 否 APP端待办页面地址,不传时默认双预控预置页面 attachmentList参数说明 参数 类型 是否必填 描述 fileId Number 否 文件id fileName String 否 文件名称
  • 请求示例 { "issueIdList": ["373330"], "remark": "验收描述", "operate": "1", "attachmentList": [ { "fileId": 7565561, "fileName": "头像528k.jpg" } ], "operUserId": "391242", "operUserName": "XXX"}
  • 响应示例 { "resCode": "0", "resMsg": "成功", "result": { "result": [ { "affectedRows": 1, "closeBy": 895404, "closeDate": "2023-05-22T12:34:39.478+00:00", "closeName": "appcubeAdapter", "closeTimestamp": 1684758879478, "creatorDescribe": "123", "creatorResult": "验收描述", "entityName": "taskIssue", "issueId": 373330, "issueInstance": "1", "lastUpdateBy": 895404, "lastUpdateDate": "2023-05-22T12:34:39.478+00:00", "lastUpdateName": "appcubeAdapter", "lastUpdatedBy": 895404, "status": 4 } ] }}