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