{
"oType": "1003",
"apiKey": "43aa599d82c445c18d60107cfca9156d"
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1003",
"apiKey": "43aa599d82c445c18d60107cfca9156d"
}'
{
"value": [
{
"deviceName": "10.1测试",
"status": 0,
"deviceNo": "10",
"online": 1
},
{
"deviceName": "15.6 测试",
"status": 0,
"online": 1,
"deviceNo": "15"
},
{
"online": 1,
"deviceName": "7测试",
"status": 0,
"deviceNo": "7"
}
],
"subCode": 0,
"msg": "Get device information successful",
"code": 0
}