feat: requestEventBus
Some checks failed
coverage CI / build (push) Has been cancelled

This commit is contained in:
2025-10-13 16:52:24 +08:00
parent 9eb4f52f0e
commit ed92397237

View File

@@ -27,7 +27,7 @@ interface ResponseStructure {
// "刷新令牌已过期", // 使用刷新令牌,刷新获取新的访问令牌时,结果因为过期失败,此时需要忽略。否则,会导致继续 401无法跳转到登出界面
// ];
import { EventEmitter } from 'node:events';
import { EventEmitter } from 'events';
export const requestEventBus = new EventEmitter();
// const errorCode: { [key: string]: string } = {
// "400": "请求参数不正确",