zhengyuxuan
2025-03-25 cf7069e5b979e025d30f13a2fe3ee3b3d824cea6
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>
        /// 小程序OpenId