加密:接口加密解密
This commit is contained in:
@@ -229,7 +229,6 @@ function setupFilters(app: _pinus.Application) {
|
||||
|
||||
app.filter(globalFilter(app));
|
||||
app.globalAfter((err: Error, routeRecord: RouteRecord, msg: any, session: FrontendOrBackendSession, resp: any, cb: HandlerCallback) => {
|
||||
infologger.debug('global after ', JSON.stringify(routeRecord), msg && msg.route, msg && JSON.stringify(msg.body), resp && JSON.stringify(resp), session && session.get('roleId'));
|
||||
if (err) infologger.debug(err);
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user