文档
测试

申报表查询

GET
http://localhost:8002/declaration/selectAll

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjgyZGQ5NTBkLWVhZDctNDQzNS05MzUxLWRkNzU3MjA2NWVjOCJ9.VAhR_fxDbScrC9Omtnt4mR6td4jbSw-4CdrUgspXB85c1t_4wqaWGuUE-aksjHqNEXaF0WUFP8HhdFMS8hZ89g
必填

响应参数

参数名
类型
描述
必填
total
int
示例:1
必填
rows
array
数据列表
必填
declarationId
int
申报ID 示例:5
必填
declarationName
string
社区矫正中心名称 示例: 淮安市淮阴区社区矫正中心
必填
declareUnit
string
申 报 单 位 示例:淮安市淮阴区司法局
必填
contact
string
申报单位联系人 示例:xxx
必填
phone
string
联 系 电 话 示例:56412354654
必填
declareTime
string
申 报 时 间 示例:2022-02-11T17:48:58.000+0800
必填
dept
object
数据字典
必填
deptId
int
示例:103
必填
deptName
string
部门id 示例:研发部门
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填