update
This commit is contained in:
@@ -36,5 +36,5 @@ controller.logout = () => async (ctx) => {
|
||||
}
|
||||
|
||||
controller.getInfo = () => async (ctx) => {
|
||||
ctx.resp(resp.Success, {})
|
||||
ctx.resp(resp.Success, ctx.token.info)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user