From cc7a6a8b7496f3a245b6f4acfd683f8783368657 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 25 Mar 2020 19:46:42 +0800 Subject: [PATCH] Update storage.md --- docs/uniCloud/storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/uniCloud/storage.md b/docs/uniCloud/storage.md index 4423a0959..2bc5ae2c8 100644 --- a/docs/uniCloud/storage.md +++ b/docs/uniCloud/storage.md @@ -123,7 +123,7 @@ uni.chooseImage({ |:-: |:-: |:-: |:-: |:-: |:-: | |fileList |<Array>.String,Object|是 |- |要获取下载链接的文件 ID 组成的数组 |仅腾讯云支持 | -**fileList** +**请求参数中的fileList** |字段 |类型 |必填 |说明 | |:-: |:-: |:-: |:-: | @@ -139,7 +139,7 @@ uni.chooseImage({ |fileList |<Array>.Object |存储下载链接的数组 | |requestId |String |请求序列号,用于错误排查 | -**fileList** +**响应参数中的fileList** |字段 |类型 |说明 | |:-: |:-: |:-: | -- GitLab