文档
测试

挂号添加

POST
http://localhost:8080/regist

接口描述

添加新的诊疗卡

请求参数

参数名
类型
描述
必填
registRecordId
int
诊疗卡号
必填
registDoctorId
int
挂号医生ID
必填
registType
string
挂号类别,如:急诊(emergency)、普通(normal)
必填
paymentType
string
支付方式,如:支付宝(alipay)、微信支付(wechat)、现金(cash)
必填
registStatus
string
挂号状态,如:等待叫号(wait)、挂起(up)、结束(end)
必填
registFee
int
挂号费用
必填

响应参数

参数名
类型
描述
必填
registId
int
挂号ID
必填
registRecordId
int
诊疗卡号
必填
registDoctorId
int
挂号医生ID
必填
registType
string
挂号类别,如:急诊(emergency)、普通(normal)
必填
paymentType
string
支付方式,如:支付宝(alipay)、微信支付(wechat)、现金(cash)
必填
registStatus
string
挂号状态,如:等待叫号(wait)、挂起(up)、结束(end)
必填
registFee
int
挂号费用
必填

说明 / 示例

传入的数据要是**json格式** 证明输入ID还是没用,数据库自增 ![image.png](https://cos.easydoc.net/25598977/files/kgxuthez.png) ![image.png](https://cos.easydoc.net/25598977/files/kgxutp4y.png)