flyzto 3 months ago
parent
commit
353dbc1135
1 changed files with 2 additions and 2 deletions
  1. 2 2
      server/models/GamesPs.js

+ 2 - 2
server/models/GamesPs.js

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