This commit is contained in:
Leufolium 2024-07-28 18:20:02 +08:00
parent 26417a0702
commit 6a71858448
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (cryptoService *CryptoService) readRSAPriKey() (err error) {
func (cryptoService *CryptoService) readAESPriKey() (aesPriKey []byte) {
//读取私钥
aesPriKey = []byte("Xbz1145141919810")
cryptoService.aesPriKey = []byte("Xbz1145141919810")
return
}