kevin_zhangl %!s(int64=2) %!d(string=hai) anos
pai
achega
3d71a0180d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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监控正常运行,没有发现异常.']]);
     }
 }