Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webFile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邢皓翔
webFile
Commits
c53d051c
Commit
c53d051c
authored
Jun 27, 2018
by
Xinghaoxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编写readme
parent
38182811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
README.md
+15
-0
No files found.
README.md
View file @
c53d051c
...
@@ -47,6 +47,21 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
...
@@ -47,6 +47,21 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
})
})
```
```
#### 使用方法
传入对应数据后,进行了页面跳转 此时选择具体的文件点击后即可返回数据,具体返回值请参考下方返回值说明。
#### weex端返回值说明
- fileId 文件id
- fileName 文件名称
- filePath 文件路径
如果传入的是否属于nextCloud为true,则返回如下值
- fileId 代表的是文件存在服务器的真实目录。 调用接口会传入这个参数
- filePath 文件路径
---
#### 注意
#### 注意
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment