修复cookie没返回的问题 #778

This commit is contained in:
binaryify
2020-05-19 15:39:03 +08:00
parent ceb99119d0
commit 251e14bdd5
4 changed files with 8 additions and 3 deletions

View File

@ -29,7 +29,8 @@ module.exports = async (query, request) => {
body: {
...result.body,
cookie: result.cookie.join(';')
}
},
cookie: result.cookie
}
}
return result