| Description |
|---|
| deviceId: Device ID |
| screenId: Screen ID |
| layerId: Layer ID |
| width: Width (unit: pixel) |
| height: Height (unit: pixel) |
| x: Horizontal initial position (unit: pixel) |
| y: Vertical initial position (unit: pixel) |
{
"body": {
"screenId": 3,
"deviceId": 0,
"layerId": 1,
"width": 100,
"height": 100,
"x": 2000,
"y": 1000
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}curl --location --request POST '/open/api/layer/writeWindow' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"screenId": 3,
"deviceId": 0,
"layerId": 1,
"width": 100,
"height": 100,
"x": 2000,
"y": 1000
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}'{
"data": {},
"msg": "",
"status": 0
}