小说第一版本url 设计

This commit is contained in:
make
2025-03-30 14:31:13 +08:00
parent db65b1752c
commit 4df525194c
24 changed files with 381 additions and 413 deletions

View File

@@ -102,6 +102,7 @@ class NovelModel extends MongoModel
],
];
$Cursor = $this->getCol()->find($arrFilter, $arrOptions);
$arrResult = iterator_to_array($Cursor);
@@ -217,9 +218,11 @@ class NovelModel extends MongoModel
'og_novel_book_name' => 1,
'og_novel_pin_yin' => 1,
'n_cover_path' => 1,
'n_novel_author' => 1,
'og_novel_author' => 1,
'og_novel_category' => 1,
'og_description' => 1,
'og_novel_update_time' => 1,
'og_novel_latest_chapter_name' => 1,
],
];