Skip to content

Commit

Permalink
✨ bookSourceCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Liloupar committed Jan 6, 2020
1 parent 56cc1e8 commit deff842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/org/lightink/reader/api/YueduApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ class YueduApi : BaseApi {
router.post("/yuedu/getBookInfo").handler { getBookInfo(it) }
router.post("/yuedu/getChapterList").handler { getChapterList(it) }
router.post("/yuedu/getContent").handler { getContent(it) }
router.get("/yuedu/md5").handler { getMd5(it) }
}

private fun getMd5(it: RoutingContext) {
it.success(YueduSchedule.Shuyuan.shuyuanlist)
}

private fun getBookInfo(context: RoutingContext) {
Expand Down

0 comments on commit deff842

Please sign in to comment.