debug
This commit is contained in:
@@ -113,7 +113,7 @@ class NovelService
|
||||
* @param integer $intChapterPage
|
||||
* @return string
|
||||
*/
|
||||
public function getNovelChapterUrl(int $intNId, $intPinYin, $intChapterSort, $intChapterPage = 1): string
|
||||
public function getNovelChapterUrl(int $intNId, $intPinYin, $intChapterSort, $intChapterPage = 0): string
|
||||
{
|
||||
$strKey = 'CONTENT_INFO_URL';
|
||||
$strUrl = $this->getPageUrl($strKey, [
|
||||
|
||||
Reference in New Issue
Block a user