{
"empty": true,
"property1": {},
"property2": {}
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/external/lj-face-recognition' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"empty": true,
"property1": {},
"property2": {}
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 922337203685477600,
"name": "string",
"sex": 0,
"age": 0,
"school": "string",
"gradeName": "string",
"className": "string",
"img": "string"
}
}