This commit is contained in:
Jay
2021-09-01 21:15:26 +08:00
parent 2e05f90851
commit 94837efdee
6 changed files with 51 additions and 45 deletions
+1 -1
View File
@@ -36,5 +36,5 @@ controller.logout = () => async (ctx) => {
}
controller.getInfo = () => async (ctx) => {
ctx.resp(resp.Success, {})
ctx.resp(resp.Success, ctx.token.info)
}