提交 5e4bcd57 编写于 作者: 雪洛's avatar 雪洛

docs: update uniCloud storage, client-sdk

上级 afe580b9
......@@ -17,9 +17,9 @@ uniCloud分为客户端和云端两部分,有些接口名称相同,参数也
|uniCloud.getCurrentUserInfo() |获取当前用户信息 [详情](#client-getcurrentuserinfo) |
|uniCloud.init() |同时使用多个服务空间时初始化额外服务空间 [详情](https://uniapp.dcloud.net.cn/uniCloud/init) |
|uniCloud.addInterceptor() |新增拦截器 [详情](#add-interceptor) |
|uniCloud.removeInterceptor() |增加拦截器 [详情](#remove-interceptor) |
|uniCloud.removeInterceptor() |移除拦截器 [详情](#remove-interceptor) |
|uniCloud.onResponse() |监听服务端(云函数、云对象、clientDB)响应 [详情](#on-response) |
|uniCloud.offResponse() |监听服务端(云函数、云对象、clientDB)响应 [详情](#off-response) |
|uniCloud.offResponse() |移除监听服务端(云函数、云对象、clientDB)响应 [详情](#off-response) |
### 获取当前用户信息getCurrentUserInfo@client-getcurrentuserinfo
......
......@@ -151,7 +151,7 @@ uni.chooseImage({
|字段 |类型 |必填 |默认值 |说明 |平台差异说明 |
|:-: |:-: |:-: |:-: |:-: |:-: |
|fileList |<Array>.String,Object|是 |- |要获取下载链接的文件 ID 组成的数组 |仅腾讯云支持 |
|fileList |<Array>.String,Object|是 |- |要获取下载链接的文件 ID 组成的数组 |- |
**请求参数中的fileList**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册