-
git clone
-
set env param in ./config/env.js
-
create seed user with admin permission
- modify
user id
andpasswd
first
- modify
node seed.js
- launch with
node ./bin/www
or else
path /category/
path /catalog/
category title
- from response of api
category
ex :冒险类
- from response of api
title
for search comic-expresssort
optional,could be set to followinghot
, sort for hot catalogupdate
, sort for recent updated
limit
default to 30skip
(offset) default to 0
path /catalog/{catalog_id}/chapter
catalog_id
- limit = 2000
path /catalog/{catalog_id}/chapter/{chapter_id}/page
- catalog_id
- chapter_id
- limit = 1000