{
"oType": "1006",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"userId": "leo"
}
}
curl --location --request POST 'https://api.aituoiot.xyz/smartlocker/api/v2/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"oType": "1006",
"apiKey": "43aa599d82c445c18d60107cfca9156d",
"param": {
"userId": "leo"
}
}'
{
"code": 0,
"subCode": 0,
"msg": "Get employee information successful",
"value": [
{
"name": "leo",
"mobile": "+8613410838891",
"email": "306364023@qq.com",
"userId": "leo",
"status": 0
}
]
}