{
"registId": 0,
"status": "string"
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/regist/updtDpay' \
--header 'Content-Type: application/json' \
--data-raw '{
"registId": 0,
"status": "string"
}'
{
"code": 4602,
"msg": "",
"data": null
}