{
"workTicketId": 0,
"userIdList": [
0
]
}curl --location --request POST 'http://192.168.1.155:9000/special-work-service/location/checkAndLocate' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"workTicketId": 0,
"userIdList": [
0
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"userId": 0,
"userName": "string",
"locate": true,
"message": "string"
}
]
}