|
|
@@ -1473,11 +1473,11 @@ const notifyException = (message) => {
|
|
|
}
|
|
|
const chat_id = -1003032820471;
|
|
|
Promise.all([
|
|
|
- axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } }, { proxy: false }),
|
|
|
+ axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message: `@taoger369 ${message}` } }, { proxy: false }),
|
|
|
axios.post('https://push.long.bid/bark', {
|
|
|
title: 'QBoss异常通知',
|
|
|
content: message,
|
|
|
- topic: 'pstery',
|
|
|
+ topic: 'default',
|
|
|
icon: 'https://bwh.flyzto.com/icon/ball.png',
|
|
|
}, { proxy: false }),
|
|
|
])
|