后台接口不参与加密

This commit is contained in:
luying
2022-06-17 15:11:11 +08:00
parent e4720f2a9f
commit 1e74a3a20c

View File

@@ -133,7 +133,7 @@ class Filter {
// 这个接口是否需要加密解密
private checkPassEncrypt (route: string) {
return route.startsWith('gm.');
return route.startsWith('gm.') || route == 'connector.entryHandler.gmEnter';
}
// 解密接口