fix: 接口加密参数控制开关

This commit is contained in:
TsMask
2025-01-17 15:54:01 +08:00
parent 806cbbd9ed
commit 07eab9378a
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
/**会话缓存-接口加密 */
export const CACHE_SESSION_CRYPTO_API = 'cache:session:cryptoApi';
/**会话缓存-网络请求 */
export const CACHE_SESSION_FATCH = 'cache:session:fatch';