zhengyuxuan
2025-03-27 ba6f92a0f56cbb0cc80f93a2eb2453aa6a5a30bc
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;
        }
    }
}