{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e"
}
curl --location --request POST '/openapi/getDeviceInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e"
}'
{
"code": 0,
"data": {
"deviceName": "string",
"deviceId": "string",
"serialNo": "string",
"deviceAlias": "string",
"battery": 0,
"orientation": 0,
"orientationClick": 0,
"screenWidth": 0,
"screenHeight": 0,
"productVersion": "string",
"model": "string",
"charging": true
}
}