namespace InterfaceForward.Domain.Shared; public static class GlobalConst { public const string FromAccount = "$FromAccount"; public const string FromBody = "$FromBody"; 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 NoExecute = "$NoExecute"; /// /// 默认日期格式 /// public const string DefaultDateStyle = "yyyy-MM-dd HH:mm:ss"; /// /// 应用id /// public const string AppId = nameof(AppId); /// /// 服务商接口qps redis key前缀 /// public const string ServiceProviderInterfaceQpsKeyPrefix = "InterfaceQPS"; public const string InterfaceRelayExchange = "sjzy.interface.relay.direct"; }