Quellcode durchsuchen

chore: modify index.js listobject api

luozhang002 vor 5 Jahren
Ursprung
Commit
55b1aaa795
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      index.js

+ 2
- 2
index.js Datei anzeigen

@@ -143,8 +143,8 @@ export default AliyunOSS = {
143 143
      * Asynchronously getAsyncObjects
144 144
      */
145 145
 
146
-    asyncListObjects (bucketName,prefix='') {
147
-        return RNAliyunOSS.asyncListObjects(bucketName,prefix,)
146
+    asyncListObjects (bucketName,options) {
147
+        return RNAliyunOSS.asyncListObjects(bucketName,options)
148 148
     },
149 149
 
150 150