文档
测试

医生更新处方

POST
http://localhost:8083/doctor/updatePrescription

接口描述

医生更新处方

请求参数

参数名
类型
描述
必填
id
int
处方id
必填
description
String
病情描述
必填
doctor
object
数据对象
必填
id
int
示例:7
必填
patient
object
数据对象
必填
id
int
示例:4
必填

响应参数

参数名
类型
描述
必填
code
int
成功则返回200
必填
msg
String
成功则返回"success"
必填

说明 / 示例

![image.png](https://cos.easydoc.net/56880082/files/kq0kjtr6.png)