- 执法证管理
- 新执法证换领统计表
- 电子档案管理
- 移动端
- 系统通知公告
- 首页
- 审批工作台
- 系统通用
- 执法工作台
- 我的(个人空间)
- 字典
- 系统通知公告管理
- 收货地址管理
- 法制审核人员管理
待审核事项-列表
POST
/ltm/user/ltmUserIdentityApply/auditList
请求参数
Cookie 参数
SESSION
string
必需
Body 参数application/json
auditType
integer
必需
paperworkType
integer
必需
applyDeptId
null
必需
letterIds
null
必需
示例
{
"auditType": 0,
"paperworkType": 1,
"applyDeptId": null,
"letterIds": null
}
示例代码
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/user/ltmUserIdentityApply/auditList' \
--header 'Cookie: SESSION=;SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"auditType": 0,
"paperworkType": 1,
"applyDeptId": null,
"letterIds": null
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
code
integer
必需
result
array [object {20}]
必需
applyCount
integer
可选
replaceCount
integer
可选
changeCount
integer
可选
renewedCount
integer
可选
totalCount
integer
可选
underwayCount
integer
可选
alreadyCount
integer
可选
authorizedCount
integer
可选
threePlanAttach
object
可选
letterAttach
array [object {12}]
可选
approveStatus
integer
可选
next
integer
可选
depId
string
可选
deptName
string
可选
letterIds
string
可选
paperworkType
integer
可选
applyType
integer
可选
type
integer
可选
isFinal
integer
可选
category
integer
可选
timestamp
integer
必需
示例
{
"success": true,
"message": "string",
"code": 0,
"result": [
{
"applyCount": 0,
"replaceCount": 0,
"changeCount": 0,
"renewedCount": 0,
"totalCount": 0,
"underwayCount": 0,
"alreadyCount": 0,
"authorizedCount": 0,
"threePlanAttach": {
"id": "string",
"createBy": "string",
"createTime": "string",
"displayName": "string",
"fileName": "string",
"fileType": "string",
"businessPlatform": "string",
"bucketName": "string",
"fileSize": "string",
"endPoint": "string",
"previewsUrl": "string",
"fileValue": null
},
"letterAttach": [
{
"id": "string",
"createBy": "string",
"createTime": "string",
"displayName": "string",
"fileName": "string",
"fileType": "string",
"businessPlatform": "string",
"bucketName": "string",
"fileSize": "string",
"endPoint": "string",
"previewsUrl": "string",
"fileValue": null
}
],
"approveStatus": 0,
"next": 0,
"depId": "string",
"deptName": "string",
"letterIds": "string",
"paperworkType": 0,
"applyType": 0,
"type": 0,
"isFinal": 0,
"category": 0
}
],
"timestamp": 0
}