[
"string"
]
curl --location --request POST '/mrm-accept/is-accept/batch/get' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"visitId": "",
"acceptFlag": false
}
]
}