소스 검색

通知换个 ID

flyzto 3 달 전
부모
커밋
e6f5cdf581
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);