mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-06-06 15:11:51 +00:00
修复了全局wxid错误清洗的问题
This commit is contained in:
@@ -338,7 +338,7 @@ class ExportService {
|
||||
}
|
||||
|
||||
private getConfiguredMyWxid(): string {
|
||||
return String(this.runtimeConfig?.myWxid || this.configService.get('myWxid') || '').trim()
|
||||
return String(this.runtimeConfig?.myWxid || this.configService.getMyWxidCleaned() || '').trim()
|
||||
}
|
||||
|
||||
private normalizeSessionIds(sessionIds: string[]): string[] {
|
||||
|
||||
Reference in New Issue
Block a user