chore: optimize feishu notification message
This commit is contained in:
parent
b10e27ee29
commit
02b5ee1727
@ -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}`,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user