()
| 911 | `❌ 失败数量: <code>${result.failedUsers.length}</code> 人\n` + |
| 912 | `📁 报告文件: <code>${path.basename(failedReportPath)}</code>\n\n` + |
| 913 | `📊 详细信息请查看 CSV 文件`, |
| 914 | parseMode: "html", |
| 915 | file: failedReportPath |
| 916 | }); |
| 917 | console.log(`失败用户报告已发送到收藏夹: ${failedReportPath}`); |
| 918 | } catch (error) { |