From 2fb049ae2f0560c87b2e53fbdc5b588e64fa565e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 01 四月 2025 11:11:43 +0800
Subject: [PATCH] fix: 修改GetBackClientUsers中的UserChannleDto

---
 LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
index de67ea7..19822f8 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
@@ -19,6 +19,15 @@
         public string PhoneNumber { get; set; }
     }
 
+    public class LifePayUserMesssageByIduserInput : ChannelsBaseInput
+    {
+        /// <summary>
+        /// 鐢ㄦ埛缂栧彿
+        /// </summary>
+        [DisplayName("鐢ㄦ埛缂栧彿")]
+        public Guid Id { get; set; }
+    }
+
     public class WxMiniAppIndentityInfo
     {
         /// <summary>
@@ -50,9 +59,14 @@
         public string Name { get; set; }
 
         /// <summary>
+        /// 瀵嗙爜
+        /// </summary>
+        public string Password { get; set; }
+
+        /// <summary>
         /// 鐢ㄦ埛鍚�
         /// </summary>
-        [RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "璐﹀彿鏍煎紡涓嶆纭�")]
+        //[RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "璐﹀彿鏍煎紡涓嶆纭�")]
         public string UserName { get; set; }
         /// <summary>
         /// 澶囨敞
@@ -73,6 +87,11 @@
         /// 瑙掕壊
         /// </summary>
         public string[] RoleNames { get; set; }
+
+        /// <summary>
+        /// 娓犻亾鍒楄〃
+        /// </summary>
+        public string[] ChannlesId { get; set; }
 
         /// <summary>
         /// 灏忕▼搴廜penId
@@ -109,4 +128,5 @@
         /// </summary>
         public Guid? DepartmentOrgId { get; set; }
     }
+    
 }
\ No newline at end of file

--
Gitblit v1.9.1