{
"oType": "1010",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"deviceNo": "10",
"size": "1",
"type": "0"
}
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1010",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"deviceNo": "10",
"size": "1",
"type": "0"
}
}'
{
"code": 0,
"msg": "Get device information successful",
"subCode": 0,
"value": {
"box": {
"type": 0,
"storage": 0,
"boxNo": 1,
"status": 0,
"size": 1
},
"deviceName": "10.1测试",
"deviceNo": "10"
}
}