获取diseasepoints(done)
POST
http://localhost:8000/api/get-diseasepoints
接口描述
疾病知识点列表获取
请求参数
参数名
类型
描述
必填
current
Integer
当前页
必填
pagesize
Integer
(pagesize:10,20,30,40)每页容量
必填
searchFlag
Integer
查询方式(0-全部搜索 1-按searchId来搜索 2-按searchContent来搜索)
必填
searchId
Integer
搜索的id(dedpartment_id或者hotpoint_id) (10000:全部搜索)
必填
searchType
Integer
id类型(用来区分id是department_id还是hotpoint_id)(1:科室 2:热点id)
必填
searchContent
String
搜索内容
必填
响应参数
参数名
类型
描述
必填
error
Intefger
请求状态(0-成功 1-失败)
必填
diseasePoints
object
请求结果列表
必填
total
Integer
必填