华为云用户手册

  • 请求参数 参数 类型 是否必填 描述 pageStart int 可选 当前页码:从0开始 pageSize int 可选 每页数量:默认15条,最多100条 imageLevel String 必选 全球形象等级 region String 可选,单选 代表处,不选时默认全国 taskScene String 可选 任务场景 city String 可选 城市 itemName String 可选 Item名称 startDate date 必选 开始时间 endDate date 必选 结束时间
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": [ { "appName": "isdp-task-server", "checkBusiType": "许可01", "checkOrderId": 6119716, "checkOrderType": 1, "createdBy": 930218, "createName": "汤文祥", "creationDate": "2024-01-27T01:43:00.000+00:00", "creationTimestamp": 1706319780789, "deleteFlag": 0, "entityName": "WorkTicketPhase", "isRejected": 0, "lastUpdateDate": "2024-01-27T01:43:01.000+00:00", "lastUpdatedBy": 930218, "lastUpdateName": "汤文祥", "lastUpdateTimestamp": 1706319780789, "reviewSwitch": 0, "sceneInitialStatus": 1083, "sceneSumbmitStatus": 1521, "submitUserName": null, "templateCode": "QC202XXXXXXXXXXXXXX", "templateId": 313068, "tenantId": 886, "ticketId": 143294, "ticketPhaseCode": "51815", "ticketPhaseId": 402060, "ticketPhaseName": "阶段1", "ticketPhaseOrder": 1, "ticketPhaseStatus": 1, "kcpList": [ { "kcpId": 438668, "name": "new kcp1", "templateId": 313068, "children": [ { "collectNa": 0, "allowedNa": 1, "appName": "isdp-qc-server", "createdBy": 153169, "creationDate": "2023-06-30T07:03:50.000+00:00", "deleteFlag": 0, "entityName": "TemplateItem", "handlerNameInspection": null, "handlerNameQualityInspection": null, "identificationType": "", "intelligentReviewRules": "", "isExemption": 0, "issueHandlerInspection": null, "issueHandlerQualityInspection": null, "issueTypeInspection": "", "issueTypeQualityInspection": "", "itemCode": null, "itemId": 3576667, "itemIndex": 0, "itemType": 0, "kcpId": 438668, "kcpIndex": 0, "kcpName": null, "lastUpdateDate": "2023-06-30T07:03:50.000+00:00", "lastUpdatedBy": 153169, "name": "Item1", "objectIndustryTypeId": null, "objectIndustryTypeIdText": null, "operationGuide": "", "qualificationType": 1, "qualityStandard": "", "rejectionReason": null, "sceneTypeName": null, "severity": 1, "templateId": 313068, "tenantId": 886, "approveStatus": 1, "reviewStatus": 4, "collectStatus": 2, "aiResult": "wait", "colletData": { "itemId": 3576667, "itemName": "Item1", "itemType": 0, "itemRemark": null, "itemContent": null, "itemCheckResult": null, "isOldDate": null, "kcpId": null, "ratingType": null, "itemScore": null, "children": [ { "itemId": 3576667, "outputId": 43955188, "outputName": "1", "outputCode": null, "countPhoto": 0, "countVideo": 0, "outputType": 13, "collectScene": null, "qualificationType": null, "isNecessary": null, "compressionRatio": null, "demoPictureId": null, "maxPhoto": 0, "maxVideo": 0, "enablePhoto": null, "outputModel": { "itemId": 3576667, "templateId": 313068, "outputId": 43955188, "outputName": "1", "outputType": 13, "maxPhoto": null, "maxVideo": null, "isNecessary": 0, "qualificationType": null, "enumValue": "", "maxValue": "", "minValue": "", "enablePhoto": null, "compressionRatio": null, "demoPictureId": null, "deleteFlag": 0, "accuracy": null, "cascadeOutputId": null, "collectScene": 0, "designValue": "", "deviationValue": null, "designValueOrder": null, "isSubOutput": null, "oldItemId": null, "itemType": 0, "isAudioIdentify": 0, "measurementOrder": 0, "defaultValue": "", "outputCode": null, "isStrongWeak": null, "intelligentObject": "", "isCascading": 0, "parentEnum": null, "parentEnumName": null, "parentOutputId": null }, "itemName": null, "isCascading": 0, "parentEnumName": null, "cascadeOutputId": null, "parentEnum": null, "parentOutputId": null, "kcpName": null, "qcExamplePhotoModelList": [], "qcExampleVideoModelList": [], "qcPhotoModelList": [], "qcVideoModelList": [], "qcFileModelList": [], "qcCollectionDataModelList": [] } ] } } ] } ] } ]}
  • 响应参数 参数 类型 描述 stateCode String 响应状态码: 0-成功 其他-失败 errorMessage String 响应描述 result Object 响应结果内容data、分页数据 result 参数 类型 描述 appName String 应用名称 checkBusiType String 检查单业务类型 checkOrderId Long 工作票阶段检查单ID checkOrderType Integer 工作票阶段生成的检查单类型(0:EHS;1:质量检查;2:巡检) createdBy Long 创建人 createName String 创建名称 creationDate Date 创建时间 creationTimestamp Long 创建时间戳 deleteFlag Integer 删除标识 entityName String 实体名称 isRejected Integer 是否已驳回(0-否;1-是) lastUpdateDate Date 最近更新日期 lastUpdatedBy Long 最近更新人 lastUpdateName String 最近更新人名称 lastUpdateTimestamp Long 最近更新人时间戳 reviewSwitch Integer 是否启用审批开关(1-是 2-否) sceneInitialStatus Long 初始状态ID sceneSumbmitStatus Long 提交状态ID submitUserName String 提交人 templateCode String 工作票模板编码 templateId Long 工作票模板ID tenantId Long 租户ID ticketId Long 工作票ID(许可单ID) ticketPhaseCode String 工作票阶段编码 ticketPhaseId Long 工作票阶段ID ticketPhaseName String 工作票阶段名称 ticketPhaseOrder Integer 工作票阶段序号 ticketPhaseStatus Integer 工作票阶段状态(1-初始状态,待执行 2-阶段执行中(审批翻转)3-阶段完成) kcpList List Kcp列表 kcpList: 参数 类型 描述 kcpId Long Kcp id name String Kcp名称 templateId Long 模板id children Int Item列表 children: 参数 类型 描述 id Long 拓展属性id itemId Long Item id itemIndex Int Item下标排序 itemType Int 条目类型(1:临时检查项;0:非临时检查项;2:标准条目) name String 条目名称 approveStatus Int 1、未提交审核 2、待评审 3、已评审 collectStatus Int 采集状态: 1:待采集 2:已采集 colletData List 采集数据列表 colletData: 参数 类型 描述 itemId Long Item id itemType Int 条目类型(1:临时检查项;0:非临时检查项;2:标准条目) children List 输出项列表 children出参: 参数 类型 描述 itemId Long Item id outputId Long 输出项id outputName String 输出项名称 countPhoto Int 已采集图片数量 countVideo Int 已采集视频数量 outputType Int 输出项类型 16:文件 15:时间(年月日时分) 13:图片 14:视频 3:图片/视频 2:文本 5:整数 6:小数 1:枚举 4:多枚举 11:GPS 9:条码 7:日期 10:NA 17音频 18签名 maxPhoto Int 最大图片数量 maxVideo Int 最大视频数量 outputModel List 输出项子项 qcVideoModelList List 采集的视频列表 qcPhotoModelList List 采集的图片列表 qcFileModelList List 采集的文件列表 qcCollectionDataModelList List 采集数据列表
  • 响应示例 { "data": [ { "roleId": 4414, "roleNo": "A", "roleName": "A", "deleteFlag": 0 }, { "roleId": 2820, "roleNo": "9934.113075406014", "roleName": "9934.113075406014", "deleteFlag": 1 }, { "roleId": 2828, "roleNo": "9835.16944144669", "roleName": "9835.16944144669", "deleteFlag": 1 }, { "roleId": 2829, "roleNo": "9850.819576871194", "roleName": "9850.819576871194", "deleteFlag": 1 }, { "roleId": 2850, "roleNo": "9907.835090073238", "roleName": "9907.835090073238", "deleteFlag": 1 }, { "roleId": 4412, "roleNo": "9949.369760558333", "roleName": "9949.369760558333", "deleteFlag": 1 }, { "roleId": 4685, "roleNo": "9972.24808047981", "roleName": "9972.24808047981", "deleteFlag": 1 }, { "roleId": 4432, "roleNo": "9809.066300582665", "roleName": "9809.066300582665", "deleteFlag": 1 }, { "roleId": 2682, "roleNo": "9956.164084001497", "roleName": "9956.164084001497", "deleteFlag": 1 }, { "roleId": 4248, "roleNo": "9858.55223296242", "roleName": "9858.55223296242", "deleteFlag": 1 } ], "pos": 0, "totalCount": 369, "entityName": "Role"}
  • 响应参数 参数 类型 描述 status String 响应状态。 success:成功 fail:失败 msg String 响应描述。 data Object 响应结果,json对象数组形式 data出参: 参数 类型 描述 entityId Long 实体ID entityName String 实体名称 AppName String 应用名称 ReferenceInfo String 参考信息 EntityAlias String 实体名称别名 ServiceScenario String 服务场景 DeleteFlag Integer 删除标记 0:存在,1:已删除 createdBy Long 创建人Id creationDate String 创建时间 LastUpdateBy Long 更新人id dataScenario String 数据场景 Enabled Boolean 是否可使用 true 或 false
  • 响应示例 { "status": "success", "msg": null, "data": [ { "entityId": 11111111111233, "entityName": "OpenWhitelist", "appName": "pub-open", "referenceInfo": null, "entityAlias": "开放白名单", "serviceScenario": "ReportCenter", "deleteFlag": 0, "createdBy": 1, "creationDate": "2021-10-08T16:00:00.000+00:00", "lastUpdatedBy": 1, "lastUpdateDate": "2021-10-08T16:00:00.000+00:00", "dataScenarios": null, "enabled": true }, { "entityId": 11111111117973, "entityName": "OperationLabelDictionary", "appName": "operation-server", "referenceInfo": null, "entityAlias": "规则扫描定时任务表", "serviceScenario": "ReportCenter", "deleteFlag": 0, "createdBy": 1, "creationDate": "2022-03-04T06:30:58.000+00:00", "lastUpdatedBy": 1, "lastUpdateDate": "2022-03-04T06:30:58.000+00:00", "dataScenarios": null, "enabled": true } ]}
  • 响应参数 参数 类型 描述 status String 响应状态 success:成功 failed:失败 msg String 响应描述。 success Boolean true 或 false failed Boolean true 或 false data Object 响应结果,json对象数组形式。 data出参: 参数 类型 描述 customerTaskId String 客户任务ID sceneTaskId Long 创建成功的任务id status Integer 返回状态:0-成功;1-失败 message String 返回的失败消息。
  • 响应示例 { "status": "success", "msg": null, "data": [ { "fieldName": "dwrId", "fieldType": "LONG", "mappingField": "DWR_ID", "fieldAlias": "ID", "fieldAliasEng": "Dwr Id" }, { "fieldName": "lastUpdateName", "fieldType": "STRING", "mappingField": "LAST_UPDATE_NAME", "fieldAlias": "最后更新人名称", "fieldAliasEng": "Last Update Name" }, { "fieldName": "sourceObjectId", "fieldType": "INTEGER", "mappingField": "SOURCE_OBJECT_ID", "fieldAlias": "源作业对象ID(生产资料或其他模块同步过来的作业对象),0为默认值", "fieldAliasEng": "Source Object Id" }, { "fieldName": "sourceObjectType", "fieldType": "STRING", "mappingField": "SOURCE_OBJECT_TYPE", "fieldAlias": "源作业对象类型(0:默认值;1:生产资料同步的设备)", "fieldAliasEng": "Source Object Type" } ], "success": true, "failed": false}
  • 响应示例 { "data": [ { "personGroupId": 5002295, "personGroupName": "车型车厢测试3", "personGroupCode": "vehicleTest3", "orgId": null, "personGroupType": null, "level": 2, "description": null, "parentGroupId": 5001900, "operationQualIds": "61", "leaderId": 5000525, "extInfo": "[{\"vehicleType\":\"CRH380A\",\"vehiclePos\":\"01\"},{\"vehicleType\":\"CRH380A\",\"vehiclePos\":\"12\"}]", "operationQualModels": [ { "61": "供能" } ], "parentGroup": { "entityName": "PersonGroup", "appName": "pub-server", "lastUpdateDate": "2023-08-21T14:37:45.000+08:00", "lastUpdatedBy": 5002951, "creationDate": "2023-07-18T11:48:55.000+08:00", "createdBy": 5002951, "deleteFlag": 0, "tenantId": 1, "description": "testUpdateTeam", "personGroupType": "检修组", "personGroupName": "同步更新班组测试", "personGroupCode": "检修组", "personGroupId": 5001900, "level": 1, "operationQualIds": "61", "orgId": "382", "extInfo": null }, "leader": { "5000525": "test03013" }, "member": { "5000525": "test03013", "5000526": "test03014" }, "memberSize": 2 } ], "pos": 0, "totalCount": 1, "entityName": "PersonGroup"}
  • 请求示例 { "page": { "count": 20, "start": 0 }, "parentGroupIds": [ 5001910 ], "personGroupIds": [ 5002290 ], "personGroupCodes": [ "vehicleTest1" ], "personGroupName": "测试"}
  • 响应示例 { "data": [ { "personGroupId": 5002045, "personGroupName": "检修组2.5", "personGroupCode": "检修组62", "personGroupType": "检修组", "level": 1, "description": "testUpdateTeam", "operationQualIds": "61,62", "orgId": "421", "operationQualModels": [ { "61": "供能" }, { "62": "0234" } ] }, { "personGroupId": 5002043, "personGroupName": "检修组61", "personGroupCode": "检修组61", "personGroupType": "检修组", "level": 1, "description": "testAddTeam", "operationQualIds": "61,62", "orgId": "382", "operationQualModels": [ { "61": "供能" }, { "62": "0234" } ] } ], "pos": 0, "totalCount": 2, "entityName": "PersonGroup"}
  • 响应示例 { "status": "success", "msg": null, "data": [ { "personGroupId": 5002290, "personGroupName": "测试车厢车型更新", "extInfo": "[{\"vehicleType\":\"CRH380A\",\"vehiclePos\":01},{\"vehicleType\":\"CRH380A\",\"vehiclePos\":12}]" }, { "personGroupId": 5001911, "personGroupName": "拆卸组2", "extInfo": null }, { "personGroupId": 5001921, "personGroupName": "拆蛋组2", "extInfo": null } ], "failed": false, "success": true}
  • 响应示例 { "stateCode": "0", "errorMessage": "success", "result": { "pos": 0, "totalCount": 1, "data": [ { "level": 2, "name": "第二层级", "value": "智能生活馆", "child": [ { "level": 3, "name": "第三层级", "value": "北京-生活馆", "child": [ { "level": 4, "name": "第四层级", "id": 910150, "value": "华为智能生活馆 北京东方新天地" }, { "level": 4, "name": "第四层级", "id": 910147, "value": "华为智能生活馆 北京丽泽天街" }, { "level": 4, "name": "第四层级", "id": 910151, "value": "华为智能生活馆 北京大悦春风里" }, { "level": 4, "name": "第四层级", "id": 910136, "value": "华为智能生活馆 北京清河万象汇" }, { "level": 4, "name": "第四层级", "id": 910148, "value": "华为智能生活馆 北京熙悦天街" }, { "level": 4, "name": "第四层级", "id": 910152, "value": "华为智能生活馆 北京蓝色港湾" }, { "level": 4, "name": "第四层级", "id": 910145, "value": "华为智能生活馆 北京西单更新场" }, { "level": 4, "name": "第四层级", "id": 910146, "value": "华为智能生活馆 北京西直门凯德" } ] }, { "level": 3, "name": "第三层级", "value": "云南-生活馆", "child": [ { "level": 4, "name": "第四层级", "value": "保山市", "child": [ { "level": 5, "name": "第五层级", "id": 910260, "value": "华为智能生活馆·保山吾悦" } ] }, { "level": 4, "name": "第四层级", "value": "昆明市", "child": [ { "level": 5, "name": "第五层级", "id": 910259, "value": "华为智能生活馆·昆明海乐世界" }, { "level": 5, "name": "第五层级", "id": 910258, "value": "华为智能生活馆 昆明瑞鼎城爱琴海" } ] } ] } ] } ] }}
  • 响应示例 { "errorMessage": "成功", "result": { "data": [ { "sceneName": "【现场巡检】-(智能生活馆)", "versionList": ["1.0","1.1"] } ], "pos": 0, "totalCount": 1 }, "stateCode": "0"}
  • 请求示例 { "models": [ { "adminOrganization": "830", "reportName": "7570.xlsx", "sceneTaskId": 3312207, "templateId": 117045418713, "templateName": "报告模板test12312" } ]}
  • 响应示例 { "stateCode": "0", "result": [ { "reportVersion": "1.1", "reportName": "7570.xlsx", "adminOrganizationName": "杨凌作业系统测试", "orgPath": "-1.830", "lastUpdateDate": "2024-01-24T03:58:37.177+00:00", "templateId": 117045418713, "deleteFlag": 0, "lastUpdateTimestamp": 1706068717146, "entityName": "TaskReport", "reportTemplateName": "报告模板test12312", "reportCode": "REPORT-202401247146", "creationTimestamp": 1706068717146, "isAuto": null, "id": 127711, "taskStatus": null, "reportDoneTimestamp": 1706068717146, "lastUpdatedBy": 930464, "appName": "isdp-qc-report-server", "sceneName": null, "adminOrganizationCode": "830", "isNew": 0, "creationDate": "2024-01-24T03:58:37.177+00:00", "version": 1.1, "sceneTaskId": 3312207, "templateName": "报告模板test12312", "createdBy": 930464, "affectedRows": 1, "tenantId": 886, "adminOrganization": "830", "lastUpdateName": "twx接口文档test", "taskName": "质检任务test1231", "createName": "twx接口文档test", "status": 1 } ], "errorMessage": null}
  • 响应参数 参数 类型 描述 stateCode String 响应状态码: 0-成功 其他-失败 errorMessage String 响应描述 result Object 响应结果内容data、分页数据 Result: 参数 类型 描述 reportVersion String 报告版本号 reportName String 报告名称 adminOrganizationName String 行政组织名称 orgPath String 组织路径 lastUpdateDate Date 最近更新时间 templateId Long doc模板Id deleteFlag Integer 删除标识 lastUpdateTimestamp Long 最近更新时间戳 entityName String 实体名称 reportTemplateName String 报告模板名称 reportCode String 报告编码 creationTimestamp Long 创建时间戳 isAuto Integer 自动生成 1为是 0为否 id Long 主键ID taskStatus Integer 任务审批状态 reportDoneTimestamp 报告完成时间 报告完成时间 lastUpdatedBy Long 最近更新人 appName String 应用名称 sceneName String 许可场景 adminOrganizationCode String 行政组织编码 isNew Integer 是否最新 creationDate Date 创建时间 version Double 版本 sceneTaskId Long 场景任务ID templateName String 报告模板名称 createdBy Long 创建人 affectedRows Integer 影响行数 tenantId Long 租户Id adminOrganization String 行政组织编码 lastUpdateName String 最近更新人名称 taskName String 父任务名称 createName String 创建人名称 status Integer 报告状态
  • 请求参数 参数 类型 是否必填 描述 models List 是 模板模型 models参数 参数 类型 是否必填 描述 adminOrganization String 是 行政组织编码 reportName String 是 报告名称 taskId Long 否 检查单Id sceneTaskId Long 否 任务ID status Integer 否 任务审批状态 templateId Long 是 doc模板Id templateName String 否 报告模板名称 ticketId Long 否 工作票ID isGenerateDoc Integer 否 是否自动生成 1-是,0为否
  • 响应示例 成功示例: { "status": 1, "message": "SUC CES S", "error": null, "data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wDFAAoHBwgHB9jVmPEpEZIBP3WJrP796kWQEbW6UAS3ELxStFIhR16g1WYYrXS6hv7cWl64SZBiC5P/oLVmzQvG5R1ww9KAK5pppzAimGgBDTGPSnGmEmgBppjGnn2qMmgBp5phpxph/GgBDmm04+lNNADSaQ0tNNAH//Z", "timestamp": "2022-10-09T15:47:55.298+0800"}
  • 请求参数 参数 类型 是否必填 描述 message_id Int 是 消息ID message_type String 是 消息类型 device_id String 是 设备编号 device_name String 是 设备名称 channel_type String 否 通道类型 channel_id String 否 通道ID channel_name String 否 通道名称 alarm_type String 否 告警类型 alarm_status String 否 告警状态 alarm_time String 否 告警时间 alarm_uuid String 否 告警唯一标识 expire_time_utc String 否 超时时间 classification String 否 告警种类 alarm_type_name String 否 告警类型名称 users String 否 用户ID
  • 请求示例 { "message_id": 1602817486772985497, "message_type": "device_alarm", "data": { "device_id": "2198061243WLL4002533", "device_name": "Huawei HoloSens NVR800", "channel_type": "video_input", "channel_id": 2, "channel_name": "HoloSens SDC", "alarm_type": "people_count_line_alarm", "alarm_status": "start", "alarm_time": "2020-10-16T11:04:47+08:00", "alarm_uuid": "2198061243WLL4002533_1_people_count_line_alarm_20201016110447_11", "expire_time_utc": "2020-10-23 03:04:46", "classification": "crowd_line", "alarm_type_name": "", "users": null }}
  • 响应参数 参数 类型 描述 stateCode String 响应状态码: 0-成功 其他-失败 errorMessage String 响应描述 result Object 响应结果内容data、分页数据 Result: 参数 类型 描述 pos Integer 起始位置 totalCount Integer 总条数 ticketId Long 工作票ID ticketName String 工作票名称 ticketCode String 工作票编码 ticketPhaseStatus Integer 工作票阶段状态(1-初始状态,待执行 2-阶段执行中(审批翻转)3-待评审 4-阶段完成) licenseSysStatus String 许可系统状态:未许可、已许可、已终结、已取消 licenseBusiStatus Long 许可业务状态 adminOrganizationName String 组织单位名称 deleteReason Long 删除原因 adminOrganization String 组织单位编码 sceneId Long 许可场景ID sceneCode String 许可场景CODE tenantId Long 租户ID ticketPhaseCount Integer 工作票阶段总数量 ticketRemark String 工作票描述 createName String 创建人名称 createdBy Long 创建人 lastUpdatedBy Long 最近修改人 lastUpdateName String 最近修改人名称 creationTimestamp String 创建时间戳 lastUpdateTimestamp Long 最近更新时间戳 sceneName String 许可场景名称 version String 许可场景版本 systemStatusName String 许可系统状态名称 ownerName String 责任人名称 ownerId String 责任人ID sceneExtendList List 扩展字段 sceneExtendList: 参数 类型 描述 extendName String 扩展字段名称 extendValue String 扩展字段值 ticketId Long 工作票ID fieldType Integer 扩展字段类型(1:文本;2:枚举;3:多枚举;4:日期;5:时间) fieldCode String 字段编码(UDF+序号)
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": { "data": [ { "ticketId": 143295, "ticketName": "许可场景", "ticketCode": "许可2024012711", "ph": {}, "licenseSysStatus": "3", "licenseBusiStatus": 1088, "adminOrganizationName": "杨凌作业系统测试", "deleteReason": null, "adminOrganization": "830", "sceneId": 161143, "sceneCode": "PS20240125171429695", "tenantId": 886, "ticketPhaseCount": 1, "ticketRemark": "1212", "createName": "张三", "createdBy": 930218, "lastUpdatedBy": 930218, "lastUpdateName": "张三", "creationTimestamp": 1706320024757, "lastUpdateTimestamp": 1706320026263, "sceneName": "许可场景", "version": "1.0", "systemStatusName": "已终结", "ownerName": "李四", "ownerId": "930198", "sceneExtendList": [ { "extendName": "1323", "extendValue": "12331", "ticketId": 143295, "fieldType": 1, "fieldCode": "UDF1" }, { "extendName": "13", "extendValue": "321321", "ticketId": 143295, "fieldType": 1, "fieldCode": "UDF2" } ] }, { "ticketId": 143293, "ticketName": "许可场景", "ticketCode": "xukebianhao112", "ph": {}, "licenseSysStatus": "3", "licenseBusiStatus": 1088, "adminOrganizationName": "杨凌作业系统测试", "deleteReason": null, "adminOrganization": "830", "sceneId": 161143, "sceneCode": "PS20240125171429695", "tenantId": 886, "ticketPhaseCount": 1, "ticketRemark": "123", "createName": "张三", "createdBy": 930218, "lastUpdatedBy": 930218, "lastUpdateName": "张三", "creationTimestamp": 1706319093072, "lastUpdateTimestamp": 1706319096720, "sceneName": "许可场景", "version": "1.0", "systemStatusName": "已终结", "ownerName": "李四", "ownerId": "930198", "sceneExtendList": [ { "extendName": "1323", "extendValue": "1231", "ticketId": 143293, "fieldType": 1, "fieldCode": "UDF1" }, { "extendName": "13", "extendValue": "32131", "ticketId": 143293, "fieldType": 1, "fieldCode": "UDF2" } ] } ], "pos": 0, "total_count": 83830, "entityName": null, "totalCount": 83830 }}
  • 请求示例 { "data": [ { "orgName": "SaasTenant1", "orgNo": "SaasTenant1" }, { "orgName": "org_test0123", "orgNo": "org_test0123" } ]}
  • 响应示例 { "status": "success", "msg": "查询成功", "data": [ { "id": 24861, "orgId": 24861, "orgNo": "org_test0123", "value": "org_test0123", "orgName": "org_test0123", "orgPath": "-1.22" }, { "id": 22, "orgId": 22, "orgNo": "SaasTenant1", "value": "SaasTenant1", "orgName": "SaasTenant1", "orgPath": "-1" } ], "success": true, "failed": false}
  • 响应参数 参数 类型 描述 status string 接口是否成功信息 msg string 提示信息 data array 响应结果json对象数组 failed boolean 失败 success boolean 成功 data出参: 参数 类型 描述 id number 组织主键id orgId number 组织id orgNo string 组织编号 value string 组织编码值 orgName string 组织名
  • 响应示例 { "stateCode": "0", "errorMessage": "成功", "result": { "pos": 0, "totalCount": 1, "data": [ { "releaseTime": "2022/05/10", "sceneName": "【现场巡检2.0】-智能生活馆", "status": "有效", "sceneVersion": "1.0", "createTime": "2022-05-10T08:02:50.000+00:00", "creator": "李四 138140xxxxx" } ] }}
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": { "currentlySelected": -17049, "level1Process": [ { " sceneId": -17049, " sceneName": "滚筒包胶检修作业-PDD-JX-004", "UDF1": "刀具、角磨机、小铁锤、专用胶枪", "UDF2": "灭火砂、防护手套、防护眼镜", "UDF3": "胶板", "UDF4": "1、由皮带机司机操作,开启皮带机以1m/s低速运行,在准备包胶的机尾滚筒处设置1人观察滚筒转动情况,确定滚筒运转外露位置;另外,在需要包胶滚筒最近沿线急停闭锁处设置1人,配合前1人按闭锁停机,保证滚筒运转到位。 2、滚筒运转到位停机后,皮带机尾沿线急停保护必须闭锁上锁后,人员再进行铲胶包胶工作。 3、采取滚筒转圈,先用刀具将滚筒脱胶割除,然后用角磨机打磨剔除滚筒附着物,符合要求后,重新给滚筒冷补粘贴宽400×长1600胶板。 4、胶板粘贴过程中用小铁锤敲击压实。相邻胶板接茬处缝隙用专用胶枪注胶填充加固处理。 5、滚筒包胶完成后,需静置半小时方可试机。", "UDF5": null, "UDF6": null, "UDF7": "1、使用角磨机打磨滚筒作业时,发生火灾事故。 2、角磨机操作触电事故。 3、皮带机拉人事故。", "UDF8": null, "UDF9": null, "Level2Process": [ { "Level2ProcessId": -59073, "Level2ProcessName": "PDD-JX-004-滚筒包胶检修作业", "level1ProcessId": -17049 } ] }, { "level1ProcessId": -17048, "level1ProcessName": "更换滚筒检修作业-PDD-JX-003", "UDF1": "扳手、大锤、撬杠、手拉葫芦、皮带固定夹板、40T链子或钢丝绳", "UDF2": "滚筒、固定螺栓", "UDF3": "3#锂基脂、棉纱、清洗剂", "UDF4": "1.胶带机停机:胶带机停机后控制器闭锁、上锁、挂牌。 2.胶带机松张紧:将胶带机张力松到零KN或MPa。 3.夹板固定皮带:将将缠绕滚筒带面用一副夹板固定。 4.旧滚筒拆卸: (1)将绕在滚筒上的带面径向拉开,使其与滚筒相距300mm以上; (2)拆除滚筒固定螺栓配合手动葫芦将旧滚筒取出。 5.新滚筒安装: (1)将新滚筒用手动葫芦配合40T链条放到原位; (2)滚筒调平找正,紧固固定螺栓。 6.新滚筒润滑: (1)清理加油口处煤泥或污渍; (2)给滚筒加注润滑脂。 7.解除闭锁: (1)合上隔离开关; (2)拉开闭锁装置。 8.试运转:检查滚筒的运行情况,检查温度、声音是否正常。", "UDF5": null, "UDF6": null, "UDF7": "1.吊具不完好,断链伤人。 2.手动葫芦、夹板要固定不牢靠,跑带伤人。 3.未停机闭锁,胶带机误启动伤人。", "UDF8": null, "UDF9": null, "Level2Process": [ { "Level2ProcessId": -59072, "Level2ProcessName": "PDD-JX-003-更换滚筒检修作业", "level1ProcessId": -17048 } ] } ] }}
  • 响应示例 { "stateCode": "0", "errorMessage": "success", "result": [ { "collectNa": 0, "allowedNa": 1, "appName": "isdp-qc-server", "createdBy": 153169, "creationDate": "2023-03-15T03:21:15.000+00:00", "deleteFlag": 0, "entityName": "templateItem", "handlerNameInspection": null, "handlerNameQualityInspection": null, "identificationType": "", "intelligentReviewRules": "1", "isExemption": 0, "isFixedItem": 1, "issueHandlerInspection": null, "issueHandlerQualityInspection": null, "issueTypeInspection": null, "issueTypeQualityInspection": null, "itemApprovalId": 5217, "itemCode": "21111111111111111", "itemId": 3562956, "itemIndex": 0, "itemStatus": 2, "itemType": 2, "kcpId": 0, "kcpIndex": 0, "kcpName": "2121212121212121", "lastUpdateDate": "2023-11-20T02:45:28.000+00:00", "lastUpdatedBy": 153169, "name": "21111111111111111", "objectIndustryTypeId": null, "objectIndustryTypeIdText": null, "operationGuide": "", "processType": 0, "qualificationType": 1, "qualityStandard": "", "rejectionReason": "", "reviewProcessId": 46827, "ruleFourNumber": 1, "sceneTypeName": "1121212", "severity": 1, "standardItemReviewFlag": 1, "templateId": 0, "tenantId": 886, "outputList": [ { "appName": "isdp-qc-server", "audioIdentifyInfo": "", "collectScene": 0, "compressionRatio": 0, "coordinateValue": null, "createdBy": 153169, "creationDate": "2023-03-15T03:21:38.000+00:00", "defaultValue": "", "deleteFlag": 0, "demoPictureId": null, "designValue": "", "designValueOrder": null, "deviationValue": null, "entityName": "templateOutput", "enumValue": "1;2", "intelligentAnalysisUrl": null, "intelligentObject": "", "isAudioIdentify": 0, "isCascading": 1, "isNecessary": 0, "itemId": 3562956, "itemType": 2, "lastUpdateDate": "2023-03-15T03:21:38.000+00:00", "lastUpdatedBy": 153169, "maxValue": "", "measurementOrder": 0, "minValue": "", "outputCode": null, "outputId": 43912298, "outputIndex": 0, "outputName": "1", "outputType": 1, "parentEnum": null, "parentEnumName": null, "plateCount": 0, "scoreIndex": null, "templateId": 0, "tenantId": 886, "txactValue": null, "udf1": null }, { "appName": "isdp-qc-server", "audioIdentifyInfo": "", "collectScene": 0, "compressionRatio": 0, "coordinateValue": null, "createdBy": 153169, "creationDate": "2023-03-15T03:21:38.000+00:00", "defaultValue": "", "deleteFlag": 0, "demoPictureId": null, "designValue": "", "designValueOrder": null, "deviationValue": null, "entityName": "templateOutput", "enumValue": "", "intelligentAnalysis": 0, "intelligentAnalysisUrl": "", "intelligentObject": "", "isAudioIdentify": 0, "isNecessary": 0, "itemId": 3562956, "itemType": 2, "lastUpdateDate": "2023-03-15T03:21:38.000+00:00", "lastUpdatedBy": 153169, "maxValue": "", "measurementOrder": 0, "minValue": "", "outputCode": null, "outputId": 43912299, "outputIndex": 1, "outputName": "1", "outputType": 13, "parentEnum": "1", "parentEnumName": "1--1", "parentOutputId": 43912298, "plateCount": 0, "scoreIndex": null, "templateId": 0, "tenantId": 886, "txactValue": null, "udf1": null }, { "appName": "isdp-qc-server", "audioIdentifyInfo": "", "collectScene": 0, "compressionRatio": 0, "coordinateValue": null, "createdBy": 153169, "creationDate": "2023-03-15T03:21:38.000+00:00", "defaultValue": "", "deleteFlag": 0, "demoPictureId": null, "designValue": "", "designValueOrder": null, "deviationValue": null, "entityName": "templateOutput", "enumValue": "", "intelligentAnalysis": 0, "intelligentAnalysisUrl": "", "intelligentObject": "", "isAudioIdentify": 0, "isNecessary": 0, "itemId": 3562956, "itemType": 2, "lastUpdateDate": "2023-03-15T03:21:38.000+00:00", "lastUpdatedBy": 153169, "maxValue": "", "measurementOrder": 0, "minValue": "", "outputCode": null, "outputId": 43912300, "outputIndex": 2, "outputName": "2", "outputType": 13, "parentEnum": "2", "parentEnumName": "1--2", "parentOutputId": 43912298, "plateCount": 0, "scoreIndex": null, "templateId": 0, "tenantId": 886, "txactValue": null, "udf1": null } ] } ]}
  • 请求示例 { "taskId": "3308021", "preTaskList": [ { "preTaskId": 2176112, "preTaskName": "子任务11-2_20230816_194446", "preTaskLocation": "{\"id\":2176112,\"x\":220,\"y\":110}", "taskPreId": 2176111, "taskPreName": "子任务11-1_20230816_194446", "taskPreLocation": "{\"id\":2176111,\"x\":230,\"y\":0}", "preType": "FS" }, { "preTaskId": 2176113, "preTaskName": "子任务11-3_20230816_194446", "preTaskLocation": "{\"id\":2176113,\"x\":210,\"y\":210}", "taskPreId": 2176112, "taskPreName": "子任务11-2_20230816_194446", "taskPreLocation": "{\"id\":2176112,\"x\":220,\"y\":110}", "preType": "FS" }, { "preTaskId": 2176114, "preTaskName": "子任务11-4_20230816_194446", "preTaskLocation": "{\"id\":2176114,\"x\":220,\"y\":300}", "taskPreId": 2176113, "taskPreName": "子任务11-3_20230816_194446", "taskPreLocation": "{\"id\":2176113,\"x\":210,\"y\":210}", "preType": "FS" }, { "preTaskId": 2176115, "preTaskName": "子任务11-5_20230816_194446", "preTaskLocation": "{\"id\":2176115,\"x\":210,\"y\":380}", "taskPreId": 2176114, "taskPreName": "子任务11-4_20230816_194446", "taskPreLocation": "{\"id\":2176114,\"x\":220,\"y\":300}", "preType": "FS" } ]}
共100000条
提示

您即将访问非华为云网站,请注意账号财产安全