From efef23b91cfcdf3e242258876b2b4ae8abb8fb7e Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 27 三月 2025 13:39:15 +0800
Subject: [PATCH] fix:支持在配置文件中配置是否开启1分钱支付
---
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