From 45bc97b01091f25fccb1dd486fdf3f55737e3fd3 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 18 May 2021 10:48:19 +0800 Subject: [PATCH] docs: uniCloud deleteFile --- docs/uniCloud/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uniCloud/storage.md b/docs/uniCloud/storage.md index 6efd0176d..dd1d36a70 100644 --- a/docs/uniCloud/storage.md +++ b/docs/uniCloud/storage.md @@ -562,7 +562,7 @@ let result = await uniCloud.getTempFileURL({ // 云函数删除文件示例代码 let result = await uniCloud.deleteFile({ fileList: [ - "cloud://test-28farb/a.png" + "cloud://test-28farb/a.png" // 阿里云fileID是url形式,例:https://xxx.com/xxx.png ] }); ``` -- GitLab