{}curl --location --request POST 'http://127.0.0.1:6873/api/v1/display/all' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"requestId": "df260aa7-2789-46c8-aaaf-a2f2a12c68c1",
"msg": "Success",
"code": 0,
"data": {
"action": "getAllDisplay",
"err": "成功(Success)",
"requestId": "df260aa7-2789-46c8-aaaf-a2f2a12c68c1",
"screens": [
{
"current": true,
"height": 1080,
"id": 2528732444,
"internal": false,
"isPrimaryScreen": true,
"realHeight": 1080,
"realWidth": 1920,
"scaleFactor": 1,
"width": 1920,
"x": 0,
"y": 0
},
{
"current": false,
"height": 1080,
"id": 2779098405,
"internal": false,
"isPrimaryScreen": false,
"realHeight": 1080,
"realWidth": 1920,
"scaleFactor": 1,
"width": 1920,
"x": 1920,
"y": 0
}
],
"statusCode": "0"
}
}