{
"oType": "1018",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"deviceNo": "10"
}
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1018",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"deviceNo": "10"
}
}'
{
"code": 0,
"subCode": 0,
"msg": "Get Pending Pickup information successful",
"value": [
{
"createTime": "2023-04-11 16:38:27",
"updateTime": "2023-04-11 16:38:27",
"orderNo": "1020230411163827308929",
"employeeId": "",
"trackNo": "123456",
"customerMobile": "",
"customerEmail": "",
"deviceNo": "10",
"boxNo": 0,
"overTime": "2023-08-28 16:52:07",
"isOver": 0,
"pickupCode": "234587",
"dropoffCode": "798015",
"status": 4
}
]
}