Browse Source

Merge branch 'quickapp_fly' into kuaiyingyon_0820

Wang Chen 4 years ago
parent
commit
289b8fd719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Modules/Book/Services/BookConfigService.php

+ 1 - 1
app/Modules/Book/Services/BookConfigService.php

@@ -498,7 +498,7 @@ class BookConfigService
                 $book = $books->where('id', $item->bid)->first();
                 return [
                     'bid' => Hashids::encode($item->bid),
-                    'cover' => $item->cover,
+                    'cover_url' => $item->cover,
                     'book_name' => $item->book_name,
                     'intro' => $book->intro,
                 ];