parent
56646d30ba
commit
be487a346e
|
|
@ -39,7 +39,7 @@ public class ConsumeExceptionFilter<T>(ILogger<ConsumeExceptionFilter<T>> _logge
|
||||||
|
|
||||||
var userList = _config.GetSection("WeComNoticeConfig:APINoticeUserList").Get<string[]>();
|
var userList = _config.GetSection("WeComNoticeConfig:APINoticeUserList").Get<string[]>();
|
||||||
|
|
||||||
_logger.LogWarning(exception.Message);
|
|
||||||
|
|
||||||
// 🔔 异步告警(不要阻塞请求)
|
// 🔔 异步告警(不要阻塞请求)
|
||||||
_ = WeComNotifier.SendAlertAsync(
|
_ = WeComNotifier.SendAlertAsync(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue