瀏覽代碼

Update convert-special.md

drake 3 年之前
父節點
當前提交
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()
 }
 ```