- 登录注销
- 群众端
- 管理端
- 宗教场所管理模块
- 宗教活动管理模块
- 宗教教职人员管理模块
- 宗教团体管理模块
- 宗教院校管理模块
- 民族宗教部门管理模块
- 互联网宗教监管管理模块
- 民间信仰场所管理模块
- 民族语文管理模块
- 项目资金监管管理模块
- 民族团结管理模块
- 安全大检查管理模块
- 宗教中国化管理模块
- 非法宗教举报信息
- 财务管理
- 统计分析
- 宗教
- 宗教活动场所统计
- 宗教场所类型统计
- 获取贵州所有市
- 获取5大教接口
- 团体数量统计图表
- 按地区统计宗教活动次数
- 按时间统计宗教活动次数
- 按人数统计宗教活动次数
- 团体数量统计图表-按地区展示各区域宗教团体数量分布
- 人员数量分布-不同类型岗位
- 人员数量分布-职级的人员数量
- 人员数量分布-工作年限结构分析
- 人员数量分布-性别分析
- 人员数量分布-年龄分析
- 人员数量分布-学历分析
- 人员数量分布-民族分析
- 人员数量分布-政治面貌分析
- 人员数量分布-职务职级分析
- 获取筛选项:管理人员、专业技术人员、工勤人员
- 宗教活动场所收入支出分析-季度
- 宗教活动场所收入支出分析-年度
- 资产总额-宗教活动场所资产分析
- 总体资产分析
- 获取场所、团体、院校 、筛选
- 中国化统计人数
- 教职人员综合分析
- 项目统计
- 语言
- 民族信仰
- 民族团结
- 宗教
- 转拼音GET
- 发短信POST
- 找回密码POST
宗教人员-详情
开发中
POST
http://localhost:8090/religion/neudeptpeople_mobile/getById
subList 驻会人员 列表
subList1 班子成员 列表
registryNumber 登记证号
registryDate 登记时间
请求参数
Body 参数application/json
object {0}
示例
{
"id": "1861302096816033793"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8090/religion/neudeptpeople_mobile/getById' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"1861302096816033793"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
string
必需
pplCode
string
必需
pplName
string
必需
pplType
string
必需
postType
string
必需
pplGender
string
必需
birthDay
string
必需
nationType
string
必需
polStatus
string
必需
pplPost
string
必需
pplEducation
string
必需
eduClass
string
必需
pplSchool
string
必需
pplMajor
string
必需
entryTime
null
必需
pplContent
string
必需
status
string
必需
deptId
string
必需
areaId
string
必需
creator
string
必需
createDate
integer
必需
updater
string
必需
updateDate
integer
必需
delFlag
integer
必需
areaName
string
必需
deptName
null
必需
示例
{
"code": 0,
"msg": "success",
"data": {
"id": "1861302096816033793",
"pplCode": "工号",
"pplName": "姓名",
"pplType": "1",
"postType": "3",
"pplGender": "0",
"birthDay": "2024-11-06",
"nationType": "03",
"polStatus": "2",
"pplPost": "职务/职级",
"pplEducation": "2",
"eduClass": "2",
"pplSchool": "毕业院校/在职院校",
"pplMajor": "22",
"entryTime": null,
"pplContent": "个人简介",
"status": "1",
"deptId": "1861301797825073153",
"areaId": "52,5203,520303,520303004",
"creator": "1067246875800000001",
"createDate": 1732603976000,
"updater": "1067246875800000001",
"updateDate": 1732603976000,
"delFlag": 0,
"areaName": "贵州省,遵义市,汇川区,高桥街道",
"deptName": null
}
}
修改于 2024-12-06 02:53:54