瀏覽代碼

shelf api

lishiyeaaron 5 年之前
父節點
當前提交
ab8942a369
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Controllers/QuickApp/User/Transformers/UserShelfBooksTransformer.php

+ 1 - 0
app/Http/Controllers/QuickApp/User/Transformers/UserShelfBooksTransformer.php

@@ -21,6 +21,7 @@ class UserShelfBooksTransformer
             'last_cid' => $userShelfBook->last_cid,
             'last_cid' => $userShelfBook->last_cid,
             'last_chapter' => $userShelfBook->last_chapter,
             'last_chapter' => $userShelfBook->last_chapter,
             'recent_reading_chapter' => $userShelfBook->recent_reading_chapter,
             'recent_reading_chapter' => $userShelfBook->recent_reading_chapter,
+            'recent_cid'=>$userShelfBook->recent_cid,
         ];
         ];
     }
     }
 }
 }