curl --location --request GET '/admin-api/charging/largescreen/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 6111,
"name": "芋艿",
"url": "https://www.iocoder.cn",
"screenType": "1"
},
"msg": "string"
}