提交 88defe1d 编写于 作者: VK1688's avatar VK1688

update: uni-cloud-ext-storage/api.md

上级 80996a28
......@@ -189,7 +189,7 @@ const extStorageManager = uniCloud.getExtStorageManager({
domain: "你的扩展存储域名", // 带http协议头的域名地址
});
let res = extStorageManager.getTempFileURL({
fileList: ["cloud://a.jpg"], // 私有文件地址列表
fileList: ["qiniu://a.jpg"], // 私有文件地址列表
});
console.log('getTempFileURL: ', res);
return res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册