{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"faceBytes": "string",
"bytes": [
0
],
"uniIdentifies": "string",
"threshold": 0,
"locationX": "string",
"locationY": "string"
}
curl --location --request POST '/app/face/faceRecognitionList' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"faceBytes": "string",
"bytes": [
0
],
"uniIdentifies": "string",
"threshold": 0,
"locationX": "string",
"locationY": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": [
{
"custNum": "",
"custName": "",
"custSex": 0,
"custIdentify": "",
"custBirthday": "",
"custAge": 0,
"custMobile": "",
"custTelephone": "",
"custCreateTime": 0,
"custType": 0,
"custSource": "",
"custStatus": "",
"stopReason": "",
"qrCode": 0,
"faceIcon": 0,
"faceType": 0,
"ewalletBalance": 0.0,
"addressName": "",
"addressDistance": 0.0,
"areaId": "",
"areaCode": "",
"enjoySubsidyTypeId": "",
"id": 0,
"subsidyStatus": 0,
"subsidyId": 0,
"failReason": "",
"subsidyBool": false,
"faceUrl": ""
}
]
}