From 9e9cadddff48a0efd5789abe1f7312d1f1f8d002 Mon Sep 17 00:00:00 2001 From: xiaolipro <2357729423@qq.com> Date: Wed, 3 Jun 2026 15:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ParameterPlaceholder=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Enum/ParameterPlaceholder.cs | 4 ++-- src/InterfaceForward.Domain.Shared/GlobalConst.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/InterfaceForward.Domain.Shared/Enum/ParameterPlaceholder.cs b/src/InterfaceForward.Domain.Shared/Enum/ParameterPlaceholder.cs index 2d5a29c..6633a1f 100644 --- a/src/InterfaceForward.Domain.Shared/Enum/ParameterPlaceholder.cs +++ b/src/InterfaceForward.Domain.Shared/Enum/ParameterPlaceholder.cs @@ -6,7 +6,7 @@ public enum ParameterPlaceholder { [Description("$FromAccount")] FromAccount = 1, - [Description("$FromBody")] + [Description("$FromMappingBody")] FromBody, [Description("$TimeStamp")] TimeStamp, @@ -14,6 +14,6 @@ public enum ParameterPlaceholder DateTime, [Description("$Url")] Url, - [Description("$token")] + [Description("$Token")] Token, } \ No newline at end of file diff --git a/src/InterfaceForward.Domain.Shared/GlobalConst.cs b/src/InterfaceForward.Domain.Shared/GlobalConst.cs index e18091e..32a574f 100644 --- a/src/InterfaceForward.Domain.Shared/GlobalConst.cs +++ b/src/InterfaceForward.Domain.Shared/GlobalConst.cs @@ -8,8 +8,8 @@ public static class GlobalConst public const string TimeStamp = "$TimeStamp"; public const string DateTime = "$DateTime"; public const string Url = "$Url"; - public const string Token = "$token"; - public const string AccountHashCode = "$hash"; + public const string Token = "$Token"; + public const string AccountHashCode = "$Hash"; /// /// 不执行动态代码