From 06f7ccdea12e211d05f6eef75e6e2fb4b493377c Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 03 四月 2025 16:02:50 +0800
Subject: [PATCH] fix:验重

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

diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
index 9c8ac08..435b9d2 100644
--- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
+++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -728,6 +728,9 @@
         [JsonProperty("message")]
         public string Message { get; set; }
 
+        [JsonProperty("code")]
+        public string Code { get; set; }
+
     }
 
     public class Model_WxPayRetuenDomesticRefunds_Amount: Model_WxPayDomesticRefunds_Amount
@@ -882,4 +885,59 @@
         public Model_WxPayDomesticRefunds_Amount Amount { get; set; }
     }
     
+    public class WxPayTradeQueryReponse
+    {
+        /// <summary>
+        /// 杩斿洖缁撴灉
+        /// </summary>
+        [JsonProperty("code")]
+        public string Code { get; set; }
+
+        /// <summary>
+        /// 杩斿洖淇℃伅
+        /// </summary>
+        [JsonProperty("message")]
+        public string Message { get; set; }
+
+        /// <summary>
+        /// 鍟嗘埛璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("out_trade_no")]
+        public string OutTradeNo { get; set; }
+
+        /// <summary>
+        /// 寰俊鏀粯璁㈠崟鍙�
+        /// </summary>
+        [JsonProperty("transaction_id")]
+        public string TransactionId { get; set; }
+
+        /// <summary>
+        /// 浜ゆ槗绫诲瀷
+        /// </summary>
+        [JsonProperty("trade_type")]
+        public string TradeType { get; set; }
+
+
+        /// <summary>
+        /// 浜ゆ槗鐘舵��
+        /// </summary>
+        [JsonProperty("trade_state")]
+        public string TradeState { get; set; }
+
+        /// <summary>
+        /// 浜ゆ槗鐘舵�佹弿杩�
+        /// </summary>
+        [JsonProperty("trade_state_desc")]
+        public string TradeStateDesc { get; set; }
+
+
+        [JsonProperty("success_time")]
+        public string? SuccessTime { get; set; }
+
+        // <summary>
+        /// 閲戦淇℃伅
+        /// </summary>
+        [JsonProperty("amount")]
+        public Model_WxPayDomesticRefunds_Amount Amount { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1