getChapterContent

abstract suspend fun getChapterContent(chapterId: String, bookId: String, priority: WebDataSourcePriority = WebDataSourcePriority.Default): ChapterContent

获取章节内容

Return

章节内容对象

Since

Api 3

Parameters

chapterId

需要获取的章节id

bookId

需要获取章节所属的书本id

priority

此请求的优先级, 后端可能会依据优先级处理网络请求