LifePayment/LifePayment.HttpApi/LifePay/WxPayNotifyController.cs
@@ -53,6 +53,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost] [UnitOfWork(false)] public async Task<WxRechargeNotifyResult> WxRechargeNotify(WxRechargeNotifyInput input) { try @@ -95,6 +96,7 @@ }); await CurrentUnitOfWork.SaveChangesAsync(); _logger.LogInformation("事务完成"); } else { @@ -113,6 +115,8 @@ } catch (Exception ex) { await CurrentUnitOfWork.RollbackAsync(); _logger.LogError($"微信支付回调异常:{ex.Message}", ex); return new WxRechargeNotifyResult { Code = "FAIL",