医生更新病例
POST
http://localhost:8083/doctor/updateCase
接口描述
医生更新病例
请求参数
参数名
类型
描述
必填
id
int
病例id,示例:1
必填
description
String
病情描述,示例:痔疮
必填
响应参数
参数名
类型
描述
必填
code
int
成功则返回200
必填
msg
String
成功则返回"success"
必填