{
"condId": "string",
"drawsLotInfo": {
"property1": "string",
"property2": "string"
},
"excludeOrg": [
"string"
],
"excludeUser": [
"string"
],
"judgeId": "string",
"reDrawUser": [
"string"
],
"reDrawsInfo": {
"property1": "string",
"property2": "string"
}
}
curl --location --request POST '/admin/api/v1/judgesDraw/reDrawLotsMeetJudges' \
--header 'Content-Type: application/json' \
--data-raw '{
"condId": "string",
"drawsLotInfo": {
"property1": "string",
"property2": "string"
},
"excludeOrg": [
"string"
],
"excludeUser": [
"string"
],
"judgeId": "string",
"reDrawUser": [
"string"
],
"reDrawsInfo": {
"property1": "string",
"property2": "string"
}
}'
{
"code": "string",
"data": {
"condId": "string",
"judgeId": "string",
"meetJudges": {
"property1": [
{
"batchId": 0,
"cityOrgId": "string",
"countyOrgId": "string",
"createTime": "yyyy-MM-dd HH:mm:ss",
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"isUpdated": 0,
"orgId": "string",
"orgName": "string",
"phone": "string",
"provinceOrgId": "string",
"updateTime": "yyyy-MM-dd HH:mm:ss"
}
],
"property2": [
{
"batchId": 0,
"cityOrgId": "string",
"countyOrgId": "string",
"createTime": "yyyy-MM-dd HH:mm:ss",
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"isUpdated": 0,
"orgId": "string",
"orgName": "string",
"phone": "string",
"provinceOrgId": "string",
"updateTime": "yyyy-MM-dd HH:mm:ss"
}
]
}
},
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}