浏览代码

增加日志

kevin_zhangl 2 年之前
父节点
当前提交
3d71a0180d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      frontendApi/modules/v1/controllers/SiteController.php

+ 2 - 0
frontendApi/modules/v1/controllers/SiteController.php

@@ -368,6 +368,8 @@ class SiteController extends BaseController
             'message' => 'autoSendDingTalk',
         ];
 
+        LoggerTool::error($data);
+
         return static::notice(['data' => $data['bug监控正常运行,没有发现异常.']]);
     }
 }