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

---
 LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index c94907b..d088224 100644
--- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
+++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -802,4 +802,64 @@
         [JsonProperty("download_url")]
         public string DownloadUrl { get; set; }
     }
+
+    public class WxPayDomesticRefundsQueryReponse
+    {
+        /// <summary>
+        /// 寰俊鏀粯閫�娆惧崟鍙�
+        /// </summary>
+        [JsonProperty("refund_id ")]
+        public string RefundId { get; set; }
+        /// <summary>
+        /// 鍟嗘埛閫�娆惧崟鍙�
+        /// </summary>
+        [JsonProperty("out_refund_no")]
+        public string DownloadUrl { get; set; }
+        /// <summary>
+        /// 寰俊鏀粯璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("transaction_id ")]
+        public string TransactionId { get; set; }
+
+        /// <summary>
+        /// 鍟嗘埛璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("out_trade_no")]
+        public string OutTradeNo { get; set; }
+
+        /// <summary>
+        /// 閫�娆炬笭閬�  ORIGINAL: 鍘熻矾閫�娆�  BALANCE: 閫�鍥炲埌浣欓  OTHER_BALANCE: 鍘熻处鎴峰紓甯搁��鍒板叾浠栦綑棰濊处鎴�  OTHER_BANKCARD: 鍘熼摱琛屽崱寮傚父閫�鍒板叾浠栭摱琛屽崱(鍙戣捣寮傚父閫�娆炬垚鍔熷悗杩斿洖)
+        /// </summary>
+        [JsonProperty("channel")]
+        public string Channel { get; set; }
+        /// <summary>
+        /// 閫�娆惧叆璐﹁处鎴�
+        /// </summary>
+        [JsonProperty("user_received_account")]
+        public string UserReceivedAccount { get; set; }
+
+        /// <summary>
+        /// 閫�娆炬垚鍔熸椂闂�
+        /// </summary>
+        [JsonProperty("success_time")]
+        public string SuccessTime { get; set; }
+        /// <summary>
+        /// 閫�娆惧垱寤烘椂闂�
+        /// </summary>
+        [JsonProperty("create_time")]
+        public string CreateTime { get; set; }
+
+        /// <summary>
+        /// 閫�娆剧姸鎬� SUCCESS: 閫�娆炬垚鍔� CLOSED: 閫�娆惧叧闂� PROCESSING: 閫�娆惧鐞嗕腑 ABNORMAL: 閫�娆惧紓甯�
+        /// </summary>
+        [JsonProperty("status")]
+        public string Status { get; set; }
+
+        /// <summary>
+        /// 閲戦淇℃伅
+        /// </summary>
+        [JsonProperty("amount")]
+        public string Amount { get; set; }
+    }
+
 }
\ No newline at end of file

--
Gitblit v1.9.1