From e376242793cc3850a45f3aed00d76da6819f2a3c Mon Sep 17 00:00:00 2001
From: wisp-x <1591788658@qq.com>
Date: Thu, 31 Oct 2019 14:12:09 +0800
Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=AE=8C=E5=96=84=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
application/index/view/index/api.html | 49 +++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/application/index/view/index/api.html b/application/index/view/index/api.html
index 9d4fdfda..20d8b6bd 100644
--- a/application/index/view/index/api.html
+++ b/application/index/view/index/api.html
@@ -473,6 +473,55 @@ Content-Type: image/png
返回数据(data)与第三条相同
+
+
+
5. 删除图片
+
+
+
+
+
+
+ | 功能 |
+ 接口 |
+
+
+
+
+ | 请求方式 |
+ POST |
+
+
+ | URL |
+ {$domain}/api/delete |
+
+
+
+
+
+
+
请求参数
+
+
+
+
+ | 参数名称 |
+ 类型 |
+ 是否必须 |
+ 说明 |
+
+
+
+
+ | id |
+ String |
+ 是 |
+ 图片ID, 删除多个使用逗号分隔 |
+
+
+
+
+
{/block}