소스 검색

Update convert-special.md

drake 2 년 전
부모
커밋
e5748dd601
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 }
 ```