Browse Source

Update convert-special.md

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

+ 1 - 1
docs/convert-special.md

@@ -64,7 +64,7 @@ class GsonConvert : JSONConvert(code = "code", message = "msg", success = "200")
 
 ```kotlin
 scopeNetLife {
-    val data = Get<Info>("api").await().data
+    val data = Get<UserModel>("api").await()
 }
 ```