{
"oType": "1003",
"tid": "123",
"userId": "1",
"deviceNo": "AT1003",
"boxNo": "1",
"orderCode": "1",
"pinCode": "123456"
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/clientApiTest' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1003",
"tid": "123",
"userId": "1",
"deviceNo": "AT1003",
"boxNo": "1",
"orderCode": "1",
"pinCode": "123456"
}'
{
"code": 0,
"msg": "ok",
"subCode": 0
}