From 8c62d16c70c77e9c8b4e791e3c7e32003219ed19 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 09 六月 2025 10:23:20 +0800 Subject: [PATCH] feat:开通swagger --- LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs b/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs index 3375781..d8555e3 100644 --- a/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs +++ b/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs @@ -471,6 +471,12 @@ [JsonProperty("parValue")] public decimal ParValue { get; set; } + + /// <summary> + /// 瀹為檯鍒拌处閲戦銆� + /// </summary> + [JsonProperty("actualParValue")] + public decimal ActualParValue { get; set; } /// <summary> /// 瀹為檯鎵f閲戦锛屽崟浣嶄负鍏冦�� /// </summary> @@ -489,6 +495,12 @@ [JsonProperty("statusText")] public string StatusText { get; set; } + /// <summary> + /// 閫氱煡娑堟伅 + /// </summary> + [JsonProperty("responseMessage")] + public string ResponseMessage { get; set; } + } /// <summary> -- Gitblit v1.9.1