文档
测试

医生创建处方

POST
http://localhost:8083/doctor/createPrescription

接口描述

医生新建处方

请求参数

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

响应参数

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

说明 / 示例

![image.png](https://cos.easydoc.net/56880082/files/kpy3mv2h.png) 如图,为json请求参数