- 登录注销
- 群众端
- 管理端
- 宗教场所管理模块
- 宗教活动管理模块
- 宗教教职人员管理模块
- 宗教团体管理模块
- 宗教院校管理模块
- 民族宗教部门管理模块
- 互联网宗教监管管理模块
- 民间信仰场所管理模块
- 民族语文管理模块
- 项目资金监管管理模块
- 民族团结管理模块
- 安全大检查管理模块
- 宗教中 国化管理模块
- 非法宗教举报信息
- 财务管理
- 统计分析
- 宗教
- 宗教活动场所统计
- 宗教场所类型统计
- 获取贵州所有市
- 获取5大教接口
- 团体数量统计图表
- 按地区统计宗教活动次数
- 按时间统计宗教活动次数
- 按人数统计宗教活动次数
- 团体数量统计图表-按地区展示各区域宗教团体数量分布
- 人员数量分布-不同类型岗位
- 人员数量分布-职级的人员数量
- 人员数量分布-工作年限结构分析
- 人员数量分布-性别分析
- 人员数量分布-年龄分析
- 人员数量分布-学历分析
- 人员数量分布-民族分析
- 人员数量分布-政治面貌分析
- 人员数量分布-职务职级分析
- 获取筛选项:管理人员、专业技术人员、工勤人员
- 宗教活动场所收入支出分析-季度
- 宗教活动场所收入支出分析-年度
- 资产总额-宗教活动场所资产分析
- 总体资产分析
- 获取场所、团体、院校、筛选
- 中国化统计人数
- 教职人员综合分析
- 项目统计
- 语言
- 民族信仰
- 民族团结
- 宗教
- 转拼音GET
- 发短信POST
- 找回密码POST
获取创建投入类型
开发中
GET
http://localhost:8082/sys/dict/data/findListByType
请求参数
Query 参数
type
string
可选
示例值:
sp_invest_type
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8082/sys/dict/data/findListByType?type=sp_invest_type'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
null
必需
dictTypeId
null
必需
dictLabel
string
必需
dictValue
string
必需
remark
null
必需
sort
null
必需
createDate
null
必需
updateDate
null
必需
示例
{
"code": 0,
"msg": "success",
"data": [
{
"id": null,
"dictTypeId": null,
"dictLabel": "政府拨款",
"dictValue": "1",
"remark": null,
"sort": null,
"createDate": null,
"updateDate": null
},
{
"id": null,
"dictTypeId": null,
"dictLabel": "社会捐赠",
"dictValue": "2",
"remark": null,
"sort": null,
"createDate": null,
"updateDate": null
},
{
"id": null,
"dictTypeId": null,
"dictLabel": "自筹资金",
"dictValue": "3",
"remark": null,
"sort": null,
"createDate": null,
"updateDate": null
}
]
}
修改于 2024-12-06 07:25:49