From a5f0843b6b8f1d12ba8d100c81461386b80d7883 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 09 十二月 2025 17:43:54 +0800
Subject: [PATCH] fix: 退款
---
LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs b/LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs
index b6b6144..69562a2 100644
--- a/LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs
+++ b/LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs
@@ -1,5 +1,6 @@
锘縰sing LifePayment.Domain.Shared;
using Newtonsoft.Json;
+using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace LifePayment.Application.Contracts
@@ -201,7 +202,7 @@
/// 浼樻儬鍔熻兘
/// </summary>
[JsonProperty("promotion_detail")]
- public PromotionDetail PromotionDetail { get; set; }
+ public List<PromotionDetail> PromotionDetail { get; set; }
}
--
Gitblit v1.9.1