mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-16 07:36:47 +00:00
fix:缺一行
This commit is contained in:
@@ -114,6 +114,7 @@ class DualReportService {
|
||||
if (!accountDir) return { success: false, error: '无法找到账号目录' }
|
||||
const ok = await wcdbService.open(accountDir, decryptKey)
|
||||
if (!ok) return { success: false, error: 'WCDB 打开失败' }
|
||||
const cleanedWxid = this.cleanAccountDirName(wxid)
|
||||
return { success: true, cleanedWxid, rawWxid: wxid }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user