Explorar el Código

通知换个 ID

flyzto hace 3 meses
padre
commit
e6f5cdf581
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);