{
"oType": "1007",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"userId": "56785678",
"deviceNo": "10",
"boxNo": "1",
"trackNo": "aa123456",
"mobile": "",
"email": "306364023@qq.com",
"dropoffCode": "224568",
"pinCode": "234587"
}
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1007",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"userId": "56785678",
"deviceNo": "10",
"boxNo": "1",
"trackNo": "aa123456",
"mobile": "",
"email": "306364023@qq.com",
"dropoffCode": "224568",
"pinCode": "234587"
}
}'
{
"value": {
"orderCode": "1020250117113140129171",
"pinCode": "234587",
"dropoffCode": "224568"
},
"msg": "Employee book box successful",
"code": 0,
"subCode": 0
}