From 3c82e8f29bd3846a5855a3e39ae9d27f2ab63f55 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 24 三月 2025 12:20:39 +0800 Subject: [PATCH] fix:退款申请bug修复 --- LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs index de67ea7..386b8ae 100644 --- a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs +++ b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs @@ -50,6 +50,11 @@ public string Name { get; set; } /// <summary> + /// 瀵嗙爜 + /// </summary> + public string Password { get; set; } + + /// <summary> /// 鐢ㄦ埛鍚� /// </summary> [RegularExpression(LifePaymentConstant.RegularExpression.UserNameEx, ErrorMessage = "璐﹀彿鏍煎紡涓嶆纭�")] @@ -75,6 +80,11 @@ public string[] RoleNames { get; set; } /// <summary> + /// 娓犻亾鍒楄〃 + /// </summary> + public string[] ChannlesId { get; set; } + + /// <summary> /// 灏忕▼搴廜penId /// </summary> public string OpenId { get; set; } -- Gitblit v1.9.1