日志:短链接记录

This commit is contained in:
luying
2021-07-27 16:56:57 +08:00
parent ff36c4b361
commit 7bc4ff4577
20 changed files with 244 additions and 9 deletions

View File

@@ -2,10 +2,12 @@
// Do not modify this file!!!!!!!!!
import 'egg';
import ExportLog from '../../../app/middleware/log';
import ExportTokenParser from '../../../app/middleware/tokenParser';
declare module 'egg' {
interface IMiddleware {
log: typeof ExportLog;
tokenParser: typeof ExportTokenParser;
}
}