From ad8e329a739839bf5ce80b42d931b655c2c20356 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 09 六月 2025 15:40:30 +0800 Subject: [PATCH] feat:新增接口x2 GET/api/Promoter/GetChannelConsultationById获取渠道咨询Id GET/api/Promoter/GetPromoter获取推广员信息 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 5e4627b..2cd8b14 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -286,7 +286,7 @@ /// <summary> /// 瀹為檯鍒拌处閲戦 /// </summary> - public decimal ActualReceivedAmount { get; set; } + public decimal? ActualReceivedAmount { get; set; } public LifePayStatusEnum? ActualReceivedStatus { get; set; } } @@ -532,6 +532,9 @@ [Name("瀹屾垚鏃堕棿")] public string? FinishTimeStr { get; set; } + + [Name("骞冲彴璁㈠崟鍙�")] + public string OrderNo { get; set; } } @@ -1231,6 +1234,11 @@ public Guid UserId { get; set; } /// <summary> + /// 鎺ㄥ箍鍛業D + /// </summary> + public string PromoterIdNumber { get; set; } + + /// <summary> /// 鏄惁鏄悗鍙扮敤鎴� /// </summary> public bool IsBackClientUser { get; set; } -- Gitblit v1.9.1