flyzto hai 2 semanas
pai
achega
75a476ca24
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      server/models/GamesPs.js

+ 2 - 2
server/models/GamesPs.js

@@ -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 }),
   ])