|
|
@@ -912,8 +912,8 @@ const notifyException = (message) => {
|
|
|
}
|
|
|
const chat_id = -1003032820471;
|
|
|
axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } })
|
|
|
- .then(res => {
|
|
|
- Logs.out('notifyException', res.data);
|
|
|
+ .then(() => {
|
|
|
+ Logs.out('notifyException', '通知成功');
|
|
|
})
|
|
|
.catch(err => {
|
|
|
Logs.out('notifyException', err.message);
|