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