挂号删除
DELETE
http://localhost:8080/regist/{registId}
接口描述
通过ID进行删除挂号
请求参数
参数名
类型
描述
必填
registId
int
ID,拼接在URL尾
必填
响应参数
参数名
类型
描述
必填
success
boolean
删除是否成功
必填