From 28b358e00c78248a46ed24e27fd9c076e69161a1 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 14 七月 2025 16:03:28 +0800 Subject: [PATCH] 增加微信支付配置I --- Admin.NET/Admin.NET.Core/Service/Auth/Dto/LoginInput.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Service/Auth/Dto/LoginInput.cs b/Admin.NET/Admin.NET.Core/Service/Auth/Dto/LoginInput.cs index c807604..1f38313 100644 --- a/Admin.NET/Admin.NET.Core/Service/Auth/Dto/LoginInput.cs +++ b/Admin.NET/Admin.NET.Core/Service/Auth/Dto/LoginInput.cs @@ -63,6 +63,9 @@ /// </summary> [Required(ErrorMessage = "绉熸埛涓嶈兘涓虹┖")] public long? TenantId { get; set; } + + + } /// <summary> -- Gitblit v1.9.1