redo cookie modification with cookie parser

This commit is contained in:
Nzix
2018-10-05 15:57:50 +08:00
parent 2bcccd46df
commit 71d832384c
11 changed files with 22 additions and 19 deletions

View File

@ -2,7 +2,7 @@
module.exports = (query, request) => {
const data = {
limit: query.limit || 10,
limit: query.limit || 200,
offset: query.offset || 0
}
return request(