From 5bc4a0340f55124ebe5b87e393f42d8e96d837b6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 31 三月 2025 14:37:05 +0800 Subject: [PATCH] fix: 调整ChannelOutput --- LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs index c1266ee..82d0a98 100644 --- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs +++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs @@ -928,8 +928,8 @@ public string TradeStateDesc { get; set; } - [JsonProperty("success_time ")] - public string SuccessTime { get; set; } + [JsonProperty("success_time")] + public string? SuccessTime { get; set; } // <summary> /// 閲戦淇℃伅 -- Gitblit v1.9.1