mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-06-03 15:12:38 +00:00
修复了全局wxid错误清洗的问题
This commit is contained in:
@@ -109,7 +109,7 @@ export class ImageDecryptService {
|
||||
}
|
||||
|
||||
private getConfiguredMyWxid(): string {
|
||||
return String(this.runtimeConfig?.myWxid || this.configService.get('myWxid') || '').trim()
|
||||
return String(this.runtimeConfig?.myWxid || this.configService.getMyWxidCleaned() || '').trim()
|
||||
}
|
||||
|
||||
private getConfiguredImageKeys(): { xorKey: unknown; aesKey: string } {
|
||||
|
||||
Reference in New Issue
Block a user