Browse Source

Update convert-special.md

drake 2 years ago
parent
commit
e5748dd601
1 changed files with 1 additions and 1 deletions
  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()
 }
 ```