StarrySkyWorld commited on
Commit
a802f69
·
verified ·
1 Parent(s): 54fb143

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -56,7 +56,7 @@ async def batch_get_content(book_id: str, start: int, end: int):
56
  # 格式化为 'start-end' 字符串
57
  chapter_range = f"{start}-{end}"
58
 
59
- url = f"{BASE_URL}/api/fqnovel/chapter/batch"
60
  payload = {
61
  "bookId": book_id,
62
  "chapterRange": chapter_range
 
56
  # 格式化为 'start-end' 字符串
57
  chapter_range = f"{start}-{end}"
58
 
59
+ url = f"{BASE_URL}/api/fqnovel/chapters/batch"
60
  payload = {
61
  "bookId": book_id,
62
  "chapterRange": chapter_range