From f8e21d7b31d7690e17f5980aeb5763036dda99f0 Mon Sep 17 00:00:00 2001
From: liushijie <lslola@126.com>
Date: 星期四, 27 三月 2025 09:12:14 +0800
Subject: [PATCH] fix bug

---
 LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
index 2a96375..ff5a602 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs
@@ -50,9 +50,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>
         /// 澶囨敞
@@ -77,7 +82,7 @@
         /// <summary>
         /// 娓犻亾鍒楄〃
         /// </summary>
-        public Guid[] ChannlesId { get; set; }
+        public string[] ChannlesId { get; set; }
 
         /// <summary>
         /// 灏忕▼搴廜penId

--
Gitblit v1.9.1