提交 45bc97b0 编写于 作者: 雪洛's avatar 雪洛

docs: uniCloud deleteFile

上级 55ae4b6f
......@@ -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
]
});
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册