文档
测试

保存注意事项方案

POST
http://127.0.0.1/app/doctor/attentionMatterScheme/saveScheme

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填
customerUserId
int
用户主键id
必填
doctorUserId
int
医生用户主键id
可选
nutritionistUserId
int
营养师用户主键id
可选
contentJson
string
注意事项json
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:保存成功
必填
state
int
示例:1
必填