| 字段 | 说明 |
|---|---|
| mosaic | 输出的拼接方式 |
| row | 总行数 |
| column | 总列数 |
| edgeEnable | 是否启用边缘融合 |
| edgeWidth | 边缘宽度 |
| edgeHeight | 边缘高度 |
| screenInterfaces | 屏幕接口列表 |
| interfaceId | 接口Id |
| outputId | 输出Id, id=255时表示未分配输出接口 |
| x | x值 |
| y | y值 |
| width | 宽 |
| height | 高 |
| slotId | 槽位 |
| cropx | 截取x |
| cropy | 截取Y |
| interfaceType | 接口类型 |
| connectCapacity | 连接容量 |
| isCardOnline | 卡是否在线 |
{
"body":{
"deviceId":0,
"name":"openAPI测试新建",
"screenInterfaces":[
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":0,
"outputId":255,
"width":1920,
"height":1080,
"x":1000,
"y":1000,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":1,
"outputId":255,
"width":1920,
"height":1080,
"x":2920,
"y":1000,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":2,
"outputId":255,
"width":1920,
"height":1080,
"x":1000,
"y":2080,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":3,
"outputId":255,
"width":1920,
"height":1080,
"x":2920,
"y":2080,
"cropx":0,
"cropy":0,
"dotpitch":2
}
],
"mosaic":{
"row":2,
"column":2
}
},
"sign":"MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId":"1",
"timeStamp":"1631949094265"
}curl --location --request POST '/open/api/screen/createScreen' \
--header 'Content-Type: application/json' \
--data-raw '{
"body":{
"deviceId":0,
"name":"openAPI测试新建",
"screenInterfaces":[
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":0,
"outputId":255,
"width":1920,
"height":1080,
"x":1000,
"y":1000,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":1,
"outputId":255,
"width":1920,
"height":1080,
"x":2920,
"y":1000,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":2,
"outputId":255,
"width":1920,
"height":1080,
"x":1000,
"y":2080,
"cropx":0,
"cropy":0,
"dotpitch":2
},
{
"connectCapacity":0,
"slotId":0,
"outputName":"",
"interfaceType":2,
"interfaceId":3,
"outputId":255,
"width":1920,
"height":1080,
"x":2920,
"y":2080,
"cropx":0,
"cropy":0,
"dotpitch":2
}
],
"mosaic":{
"row":2,
"column":2
}
},
"sign":"MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId":"1",
"timeStamp":"1631949094265"
}'{
"data": {
"id": 2
},
"msg": "",
"status": 0
}