文档
测试

获取所有的疾病

GET
http://localhost:8081/disease/all.do

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
必填
data
String
数据
必填

成功的示例

{ "status": 200, "data": { "total": 29396, "list": [ { "id": 1, "diseaseCode": "GDXHL", "diseaseName": "古典型霍乱", "diseaseIcd": "A00.051", "diseaseCategory": null }]}}

失败的示例

ResponseCode{status=100, msg='该用户不存在', data=null}