文档
测试

发起中控交接

POST
/api/handover/create

接口描述

发起中控交接

请求头

参数名
类型
描述
必填
x-access-token
String
登录后的token
必填

请求参数

参数名
类型
描述
必填
title
String
交接标题
必填
messages
Array
选中的消息数组
必填
message
String
消息对象转成的字符串
必填

响应参数

参数名
类型
描述
必填
code
响应code 成功=200,失败=201,token失效=401
必填
message
响应提示语
必填
data
业务数据
必填

说明 / 示例

# 1,请求示例 {"title":"白斑中控交接","messages":["{"action":{"action_type":"1","params":{}},"content":"{"address":\"10楼5层401房\",\"companyId\":10002,\"createdBy\":\"c0f5ca09083a446a\",\"createdTime\":1599827271,\"deleted\":false,\"deviceId\":\"10001\",\"id\":\"4f1234bec8694418\",\"level\":1,\"principal\":\"197c231b946847cb,30d09e4d0d9f4605,53b8dc8fa28b4637,5b0da619d2e2488a,5dd358a7431e4064,71f779dd75574e10,7ca2c5ae8a07436b,80789b0d9d954cf1,abf326bcb39c411c,aed2cc544ef34db4,af7f406afd6941f5,c0f5ca09083a446a,e1083249ada14c98,f42422c90d114cd2\",\"reason\":0,\"revision\":0,\"source\":\"消防主机报警\",\"status\":1,\"supervisor\":\"ab912cd272324980,53b8dc8fa28b4637,abf326bcb39c411c,197c231b946847cb\",\"title\":\"202751_火警\",\"type\":\"J\",\"updatedBy\":\"c0f5ca09083a446a\",\"updatedTime\":1599827272}","desc":"10.55层30008房间","event_id":"4f1234bec8694418","event_property":[{"property_name":"报警类型","property_value":"排烟机"},{"property_name":"等级","property_value":"1"}],"event_type":"EVENT_BJ","mark":"1","title":"202751_火警"}","{"action":{"action_type":"1","params":{}},"content":"{\"address\":\"10楼5层401房\",\"companyId\":10002,\"createdBy\":\"c0f5ca09083a446a\",\"createdTime\":1599827271,\"deleted\":false,\"deviceId\":\"10001\",\"id\":\"4f1234bec8694418\",\"level\":1,\"principal\":\"197c231b946847cb,30d09e4d0d9f4605,53b8dc8fa28b4637,5b0da619d2e2488a,5dd358a7431e4064,71f779dd75574e10,7ca2c5ae8a07436b,80789b0d9d954cf1,abf326bcb39c411c,aed2cc544ef34db4,af7f406afd6941f5,c0f5ca09083a446a,e1083249ada14c98,f42422c90d114cd2\",\"reason\":0,\"revision\":0,\"source\":\"消防主机报警\",\"status\":1,\"supervisor\":\"ab912cd272324980,53b8dc8fa28b4637,abf326bcb39c411c,197c231b946847cb\",\"title\":\"202751_火警\",\"type\":\"J\",\"updatedBy\":\"c0f5ca09083a446a\",\"updatedTime\":1599827272}","desc":"10.55层30008房间","event_id":"4f1234bec8694418","event_property":[{"property_name":"报警类型","property_value":"排烟机"},{"property_name":"等级","property_value":"1"}],"event_type":"EVENT_BJ","mark":"1","title":"202751_火警"}"]} # 2,返回示例 {"code":200,"message":"请求成功","data":{}}