From d6ffbd97603decf4d3922a697414f4f7cec30434 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 28 三月 2025 11:13:26 +0800
Subject: [PATCH] fix:获取用户是否为管理员返回值优化

---
 LifePayment/LifePayment.Application/LifePay/LifePayService.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
index 43213f8..2a8e236 100644
--- a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
+++ b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -843,6 +843,11 @@
         return result;
     }
 
+    /// <summary>
+    /// 鏌ヨ寰俊閫�娆捐鍗曚俊鎭�
+    /// </summary>
+    /// <param name="outTradeNo"></param>
+    /// <returns></returns>
     public async Task WxPayDomesticRefundsQuery(string outTradeNo)
     {
         await _wxPayApi.WxPayDomesticRefundsQuery(outTradeNo);

--
Gitblit v1.9.1