{
"eUserId": 0 //人员id
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment005/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"eUserId": 0 //人员id
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}