@@ -140,7 +140,7 @@ export class BotService {
try {
await this.bot.telegram.sendMessage(chatId, text, { parse_mode: 'HTML' })
} catch (error) {
- this.app.log.error('发送消息失败:', error)
+ this.app.log.error(`发送消息失败:${error}`)
}