Pārlūkot izejas kodu

通知换个 ID

flyzto 3 mēneši atpakaļ
vecāks
revīzija
e6f5cdf581
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -910,7 +910,7 @@ const notifyException = (message) => {
   if (IS_DEV) {
     return Logs.out('notifyException', { message });
   }
-  const chat_id = -4800633221;
+  const chat_id = -1003032820471;
   axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } })
   .then(res => {
     Logs.out('notifyException', res.data);