{
"account": "string",
"password": "string",
"captchaCode": "string",
"transactionOrderNo": 0,
"isDigit": "string"
}
curl --location --request POST '/api/ops/train/queryPersons' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"password": "string",
"captchaCode": "string",
"transactionOrderNo": 0,
"isDigit": "string"
}'
{
"code": "",
"message": "",
"contactList": [
{
"id": "",
"name": "",
"isUserSelf": "",
"sex": "",
"birthday": "",
"identyType": "",
"identy": "",
"personType": "",
"phone": "",
"tel": "",
"email": "",
"address": "",
"checkStatus": "",
"phoneCheckStatus": "",
"captcha": "",
"country": "",
"gatValidDateEnd": ""
}
]
}