fix:缺一行

This commit is contained in:
xuncha
2026-05-14 22:46:21 +08:00
parent e9e3844e3b
commit 9cd5947401

View File

@@ -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 }
}