{
"registIds": [
0
],
"checkoutTime": "string"
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/extend/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"registIds": [
0
],
"checkoutTime": "string"
}'
{
"code": 200,
"msg": "",
"data": null
}