[TOC]
简要描述
请求URL
his/web/common/getDcitDataListByType
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
dictType |
是 |
string |
字典类型 |
返回示例
{
"code": 0,
"msg": "success",
"data": [
{
"dictLabel": "针灸",
"dictValue": "0"
},
{
"dictLabel": "按摩",
"dictValue": "1"
},
{
"dictLabel": "拔罐",
"dictValue": "2"
},
{
"dictLabel": "其他",
"dictValue": "3"
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
dictLabel |
String |
字典标签 |
dictValue |
String |
字典值 |
备注