chore: optimize feishu notification message

This commit is contained in:
javayhu 2025-06-15 00:14:14 +08:00
parent b10e27ee29
commit 02b5ee1727

View File

@ -25,7 +25,7 @@ export async function sendMessageToFeishu(
const message = {
msg_type: 'text',
content: {
text: `🎉 New Purchase\nUsername: ${userName}\nAmount: $${amount.toFixed(2)}\nCustomer ID: \`${customerId}\`\nSession ID: \`${sessionId}\``,
text: `🎉 New Purchase\nUsername: ${userName}\nAmount: $${amount.toFixed(2)}\nCustomer ID: ${customerId}\nSession ID: ${sessionId}`,
},
};