Selaa lähdekoodia

预警优化bugfix

kevin_zhangl 2 vuotta sitten
vanhempi
commit
19f1b29d3b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      common/helpers/Alarm.php

+ 1 - 1
common/helpers/Alarm.php

@@ -24,7 +24,7 @@ class Alarm
         // 类型
         $message['brand'] = $message['brand'] ?? 'OTA';
         // 日志入库
-        Tool::alarmCall($message);
+//        Tool::alarmCall($message);
         // 日志写文件
         LoggerTool::error($message);