[TOC]
简要描述
请求URL
/zjhlapi/dic/getDiclistByType/:type
请求方式
请求头设置
参数名 |
必选 |
类型 |
说明 |
timestamp |
是 |
string |
当前时间的时间戳 |
appId |
是 |
string |
app标识 |
nonce |
是 |
string |
随机生成的6位字符串 |
sign |
是 |
string |
由appId,appSecret,nonce,timestamp通过sha1加密得到的sign标识 |
请求参数
参数名 |
必选 |
类型 |
说明 |
type |
是 |
string |
类型,暂不支持传多个类型 |
返回示例
{
"code": 0,
"data": [
{
"configKey": "01", 字段key
"configValue": "一年级", 字段name
"createTime": "2022-05-13 04:08:20", 创建时间
"deleteFlag": "0",
"id": "1525040231332827138", 字典id
"parentKey": "", 父级key,如广州市的父级:广东省key
"remark": "",
"sortNum": "1",
"type": "GRADE",
"updateTime": "2022-05-13 04:08:20"
}
],
"message": ""
}