flat: 暂存

This commit is contained in:
Apcallover
2025-11-24 14:33:23 +08:00
parent 6af1a5def7
commit 9f92fc47cb
7 changed files with 16 additions and 251 deletions

View File

@@ -51,6 +51,7 @@ function getUserInfo() {
const sm2_privateKey = config.appInfo.sm2PrivateKey;
let sm2_encrypt_result = data.data;
let sm2_decrypt_result = sm2_Decrypt(sm2_encrypt_result, sm2_privateKey);
console.log(sm2_decrypt_result);
if (typeof sm2_decrypt_result == 'string') sm2_decrypt_result = JSON.parse(sm2_decrypt_result);
// 其次,对sm2解密后的结果进行 aes解密