zhengyuxuan
2025-03-27 ba6f92a0f56cbb0cc80f93a2eb2453aa6a5a30bc
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