{
"group_id": "string",
"face_embeddings": [
{}
],
"thre_score": 0
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/external/faceGetUserMulti' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "string",
"face_embeddings": [
{}
],
"thre_score": 0
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"userId": 922337203685477600,
"gender": 0,
"realname": "string",
"schoolNo": "string",
"photo": "string",
"fullOrgName": "string",
"grade": "string",
"gradeNum": 0
}
]
}