x31his

x31his


获取字典值数据

[TOC]

简要描述
  • 根据字典类型,获取字典值数据
请求URL
  • his/web/common/getDcitDataListByType
请求方式
  • GET
参数
参数名 必选 类型 说明
dictType string 字典类型
返回示例
{
  "code": 0,
  "msg": "success",
  "data": [
    {
      "dictLabel": "针灸",
      "dictValue": "0"
    },
    {
      "dictLabel": "按摩",
      "dictValue": "1"
    },
    {
      "dictLabel": "拔罐",
      "dictValue": "2"
    },
    {
      "dictLabel": "其他",
      "dictValue": "3"
    }
  ]
}
返回参数说明
参数名 类型 说明
dictLabel String 字典标签
dictValue String 字典值
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML