x31his

x31his


获取字典值数据

[TOC]

简要描述
  • 获取字典值数据
请求URL
  • his/web/common/getDcitDataList
请求方式
  • GET
参数
参数名 必选 类型 说明
dictTypeId string 字典类型ID
dictLabel string 字典标签
dictValue string 字典值
返回示例
  {
  "code": 0,
  "msg": "success",
  "data": [
    {
      "id": "1679039596065230849",
      "creator": "1067246875800000001",
      "createDate": "2023-07-12 16:06:49",
      "dictTypeId": "1160804468924444672",
      "dictLabel": "主导航菜单",
      "dictValue": "default",
      "remark": "主导航菜单",
      "sort": 0,
      "updater": "1067246875800000001",
      "updateDate": "2023-07-12 16:06:49"
    }
  ]
}
返回参数说明
参数名 类型 说明
dictTypeId Long 字典类型ID
dictLabel String 字典标签
dictValue String 字典值
remark String 备注
sort Integer 排序
id Long ID
creator Long 创建人ID
createDate Date 创建时间
updater Long 更新人ID
updateDate Date 更新时间
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML