zhengyuxuan
2025-03-21 ecc217f694e03e660ef54bbada24fcb4ee59a728
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;
        }
    }
}