zhengyiming
6 天以前 3b32b7055293df1ee7f0170f85820f08c8228b43
fix: 修改微信支付使用优惠券的bug
1个文件已修改
3 ■■■■ 已修改文件
LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Domain/WeChat/WxRechargeInfo.cs
@@ -1,5 +1,6 @@
using 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; }
    }