AES_KEY修改

This commit is contained in:
syruan 2025-07-28 13:47:40 +08:00
parent 98c5c238f2
commit 53e943e07e
1 changed files with 1 additions and 1 deletions

View File

@ -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 偏移量
}