dever 6 年之前
父節點
當前提交
aaa3e2be96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/src/Api.php

+ 1 - 1
tests/src/Api.php

@@ -103,7 +103,7 @@ class Api
     public function getRead()
     {
         $this->uid();
-        $data = Dever::load('main/journal_v1')->view();
+        $data = Dever::load('main/journal_v1')->read();
 
         return $data;
     }