{
"id": 0,
"recommendedTimeToVisit": "", //推荐来访时间
"appointmentCommentatorId": 0 //讲解员id
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment001/pass/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"recommendedTimeToVisit": "", //推荐来访时间
"appointmentCommentatorId": 0 //讲解员id
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}