From 6a718584481f36479b4f7de28250f9dd62657050 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Sun, 28 Jul 2024 18:20:02 +0800 Subject: [PATCH] 1 --- crypto/cryptoService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/cryptoService.go b/crypto/cryptoService.go index ddbc5ae..4ad981e 100644 --- a/crypto/cryptoService.go +++ b/crypto/cryptoService.go @@ -148,7 +148,7 @@ func (cryptoService *CryptoService) readRSAPriKey() (err error) { func (cryptoService *CryptoService) readAESPriKey() (aesPriKey []byte) { //读取私钥 - aesPriKey = []byte("Xbz1145141919810") + cryptoService.aesPriKey = []byte("Xbz1145141919810") return }