Commit 62a3d0e8 authored by Xinghaoxiang's avatar Xinghaoxiang

修改readme

parent ec6ee720
...@@ -47,4 +47,7 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){ ...@@ -47,4 +47,7 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
}) })
``` ```
#### 注意
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 26 compileSdkVersion 26
buildToolsVersion "26.0.3" buildToolsVersion "26.0.0"
defaultConfig { defaultConfig {
applicationId "com.bril.webfilemodule" applicationId "com.bril.webfilemodule"
minSdkVersion 22 minSdkVersion 22
......
...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 26 compileSdkVersion 26
buildToolsVersion '26.0.3' buildToolsVersion '26.0.0'
defaultConfig { defaultConfig {
minSdkVersion 22 minSdkVersion 22
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment