- 基础
- 校内异动
- 报道入职
- 用户
- 退休管理
- 离校
管理员审核列表
开发中
POST
localhost/api/admin/retired/auditList
请求参数
Authorization
在 header 添加参数
token
示例:
token: ********************
Body 参数application/json
planId
integer
必需
userID
array[integer]
必需
auditResult
integer
必需
示例
{
"planId": 17,
"userID": [
24,
57,
90,
77
],
"auditResult": 90
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'localhost/api/admin/retired/auditList' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"planId": 17,
"userID": [
24,
57,
90,
77
],
"auditResult": 90
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
🟢200成功
修改于 2023-02-24 06:11:56