跳到主要内容
版本:latest

remove_download_url

删除指定 ID 的分享下载链接。

  • 路由POST /files
  • actionremove_download_url

输入参数

参数名称必选类型描述
actionString固定值 remove_download_url
idInteger下载链接 ID

输出参数

参数名称类型描述
statusBooleantrue 删除成功
msgString删除成功!

示例

请求

POST /files HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded

action=remove_download_url&id=1

响应

{"status": true, "msg": "删除成功!"}