{
"id": 0,
"name": "", //名称
"code": "", //编码
"phone": "", //手机号码
"spotIdList": [ //说明
0
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment003/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "", //名称
"code": "", //编码
"phone": "", //手机号码
"spotIdList": [ //说明
0
]
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}