zhengyuxuan
2025-03-25 fedc3ae6cde6e94eac723d91488ca8e8ab0e5cf1
LifePayment/LifePayment.Domain/Ali/AliPayApi.cs
@@ -4,6 +4,7 @@
using Alipay.EasySDK.Payment.FaceToFace.Models;
using LifePayment.Domain.Shared;
using Microsoft.Extensions.Options;
using Nest;
using System.Threading.Tasks;
namespace LifePayment.Domain
@@ -39,5 +40,6 @@
            AlipayTradeRefundResponse response = Factory.Payment.Common().Refund(input.OutTradeNo,input.RefundAmount);
            return response;
        }
    }
}