From 53e943e07ebbb7b959a77085cf03a472919702bb Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Mon, 28 Jul 2025 13:47:40 +0800 Subject: [PATCH] =?UTF-8?q?AES=5FKEY=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/configure.js b/src/utils/configure.js index 6e26ee8..b74c9c5 100644 --- a/src/utils/configure.js +++ b/src/utils/configure.js @@ -8,7 +8,7 @@ export const SM_CONFIG = { } // AES 配置 export const AES_CONFIG = { - AES_KEY: 'zhgd@bonus@zhgd@bonus@1234567890', // AES key值 + AES_KEY: 'Zhgd@Bonu123456', // AES key值 AES_IV: '1234567812345678' // AES 偏移量 }