remove_download_url
删除指定 ID 的分享下载链接。
- 路由:
POST /files - action:
remove_download_url
输入参数
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| action | 是 | String | 固定值 remove_download_url |
| id | 是 | Integer | 下载链接 ID |
输出参数
| 参数名称 | 类型 | 描述 |
|---|---|---|
| status | Boolean | true 删除成功 |
| msg | String | 删除成功! |
示例
请求
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": "删除成功!"}