浏览代码

增加日志

qinchaoyue 7 月之前
父节点
当前提交
03c5cd511f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline/Push/FWMessage/PushDomainService.cs

+ 1 - 0
src/Hotline/Push/FWMessage/PushDomainService.cs

@@ -123,6 +123,7 @@ public class PushDomainService : IPushDomainService, IScopeDependency
     /// <returns></returns>
     public async Task PushMsgUpdateStateAsync(PushReceiveMessageDto dto, CancellationToken cancellation)
     {
+        _logger.LogInformation("收到短信通知 PushMsgUpdateStateAsync");
         var data = await _messageRepository.GetAsync(p => p.Id == dto.ExternalId, cancellation);
         if (data != null)
         {