flyzto 3 月之前
父节点
当前提交
353dbc1135
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      server/models/GamesPs.js

+ 2 - 2
server/models/GamesPs.js

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