{
"spotId": 0, //点位id
"year": 0, //年份
"times": [ //时间
""
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment004/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"spotId": 0, //点位id
"year": 0, //年份
"times": [ //时间
""
]
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}