简要描述:
- 获取科室评价列表
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.2.7 | 朱小乾 | 2022-09-23 |
请求URL:
- /api/client/departmentEvaluation/DepartmentEvaluation
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
recordId | 是 | string | 记录Id |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"id": 4,
"status": 0,
"departId": 1041,
"departName": "内科",
"grade": null,
"content": null
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 主键 |
status | int | 状态:0未提交 1 已提交 |
departId | int | 科室Id |
departName | string | 科室名称 |
grade | string | 等级 |
content | string | 内容分 |
备注:
-
文档更新时间: 2022-09-23 12:56