zjhl_api

zjhl_api


获取年级,地区字典表

[TOC]

简要描述
  • 获取年级,地区字典表-接口
请求URL
  • /zjhlapi/dic/getDiclistByType/:type
请求方式
  • GET
请求头设置
参数名 必选 类型 说明
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": ""
}

页面列表

ITEM_HTML