LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
@@ -1,4 +1,5 @@ using LifePayment.Application.Contracts; using Alipay.AopSdk.F2FPay.Model; using LifePayment.Application.Contracts; using LifePayment.Domain.Shared; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; @@ -58,6 +59,10 @@ await _lifePayService.LifePaySuccessHandler(input.OutTradeNo, input.TradeNo); } } else { _logger.LogError($"生活管家支付宝充值回调通知:订单号异常 "+ input.OutTradeNo); } return new ContentResult { @@ -86,6 +91,8 @@ }; } #endif /// <summary>