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"; /// /// 不执行动态代码