- 执法证管理
- 新执法证换领统计表
- 电子档案管理
- 移动端
- 系统通知公告
- 首页
- 审批工作台
- 系统通用
- 执法工作台
- 我的(个人空间)
- 字典
- 系统通知公告管理
- 收货地址管理
- 法制审核人员管理
待审部门统计信息获取
POST
/ltm/mobile/approval/getPendingStat
请求参数
Cookie 参数
SESSION
string
必需
默认值:
3bb735243ee640199353a7f5050af8c6
Body 参数application/json
paperworkType
enum<integer>
证件类型
枚举值:
12
applyDepartId
string
申请部门ID
示例
{
"paperworkType": 1,
"applyDepartId": "089ca82911ba4c47b14af124b7a1a2f9"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/mobile/approval/getPendingStat' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"paperworkType": 1,
"applyDepartId": "089ca82911ba4c47b14af124b7a1a2f9"
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
code
integer
必需
result
object
必需
departId
string
部门ID
departName
string
部门名称
applyCount
integer
本次申领人数
replaceCount
integer
本次补办人数
changeCount
integer
本次换证人数
renewedCount
integer
本次换新证人数
totalCount
integer
本次合计人数
underwayCount
integer
在办数
alreadyCount
integer
已办数
authorizedCount
integer
核准数
timestamp
integer
必需
示例
{
"success": true,
"message": "string",
"code": 0,
"result": {
"departId": "string",
"departName": "string",
"applyCount": 0,
"replaceCount": 0,
"changeCount": 0,
"renewedCount": 0,
"totalCount": 0,
"underwayCount": 0,
"alreadyCount": 0,
"authorizedCount": 0
},
"timestamp": 0
}