Selaa lähdekoodia

Update convert-special.md

drake 3 vuotta sitten
vanhempi
commit
e5748dd601
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()
 }
 ```