Browse Source

修订文档错误

drake 3 năm trước cách đây
mục cha
commit
79420613af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/upload-file.md

+ 1 - 1
docs/upload-file.md

@@ -2,7 +2,7 @@
 
 ```kotlin
 scopeNetLife {
-    Post<String>("upload", requireContext().cacheDir.path) {
+    Post<String>("upload") {
         file("fileName", assetsFile())
     }.await()
 }