curl --location --request GET '/api/v1/cinema-screen/list'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"infos": [
{
"id": 0,
"name": "string",
"createTime": 0,
"shortcut": 0,
"screenSize": {
"width": 0,
"height": 0
},
"sourceScalerMode": 0,
"screenLimit": {
"width": 0,
"height": 0
},
"screenOffset": {
"x": 0,
"y": 0
},
"autoCentre": 0
}
]
}
}