|
@@ -497,7 +497,7 @@ class BookConfigService
|
|
|
$book_list = $book_configs->transform(function ($item) use ($books) {
|
|
|
$book = $books->where('id', $item->bid)->first();
|
|
|
return [
|
|
|
- 'bid' => Hashids::encode($item->bid),
|
|
|
+ 'book_id' => Hashids::encode($item->bid),
|
|
|
'cover_url' => $item->cover,
|
|
|
'book_name' => $item->book_name,
|
|
|
'intro' => $book->intro,
|