Skip to content

Commit 582ec87

Browse files
committed
解除密封
1 parent 5e01c24 commit 582ec87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WebApiClient/Attributes/HttpActionAttributes/HttpHostAttribute.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ namespace WebApiClient.Attributes
88
/// <summary>
99
/// 表示请求服务http绝对完整主机域名
1010
/// 例如http://www.webapiclient.com
11-
/// 不可继承
1211
/// </summary>
1312
[DebuggerDisplay("Host = {Host}")]
14-
public sealed class HttpHostAttribute : ApiActionAttribute
13+
public class HttpHostAttribute : ApiActionAttribute
1514
{
1615
/// <summary>
1716
/// 获取根路径
@@ -20,7 +19,7 @@ public sealed class HttpHostAttribute : ApiActionAttribute
2019

2120
/// <summary>
2221
/// 获取顺序排序索引
23-
/// 优先级最高
22+
/// int.MinValue
2423
/// </summary>
2524
public override int OrderIndex
2625
{

0 commit comments

Comments
 (0)