- 🦊一分钟,了解 Apifox !
- 极客空间
- 接口文档
- admin
- dashboard
- trends
- image
- imageCategory
- article
- category
- tags
- user
- guestbook
- source
- animation
- resume
- friendlink
- web
删除项目图片
开发中
POST
/api/admin/resume/deleteImgList
简历
请求参数
Header 参数
Authorization
string
token
Body 参数application/json
imgList
array[string]
需要删除的图片id
示例
{
"imgList": [
"string"
]
}
示例代码
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:3000/api/admin/resume/deleteImgList' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"imgList": [
"string"
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
示例
{
"code": 0,
"message": "string"
}
修改于 2024-10-26 02:02:00