文档
测试

病人支付处方

POST
http://localhost:8083/patient/pay

接口描述

病人支付处方

请求参数

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

响应参数

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

说明 / 示例

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