资源一级分类
BaseResultMap
[TOC]
简要描述
- 资源一级分类字典
请求URL
/resources/cmfSelectApi/getResourcesType
请求方式
- Get
参数
参数名 | 必选 | 类型 | 说明 |
---|
返回示例
{
"code": 200,
"data": [
{
"name": "仪器设备",
"treeId": "1",
"key": null
},
{
"name": "闲置厂房",
"treeId": "2",
"key": null
},
{
"name": "其他",
"treeId": "7",
"key": null
}
],
"message": "success"
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
name | String | 字典value |
treeId | String | 字典key |
备注
- 更多返回错误代码请看首页的错误代码描述