This commit is contained in:
parent
26417a0702
commit
6a71858448
|
@ -148,7 +148,7 @@ func (cryptoService *CryptoService) readRSAPriKey() (err error) {
|
||||||
|
|
||||||
func (cryptoService *CryptoService) readAESPriKey() (aesPriKey []byte) {
|
func (cryptoService *CryptoService) readAESPriKey() (aesPriKey []byte) {
|
||||||
//读取私钥
|
//读取私钥
|
||||||
aesPriKey = []byte("Xbz1145141919810")
|
cryptoService.aesPriKey = []byte("Xbz1145141919810")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue