Files
SOP/sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs
2019-04-03 18:00:31 +08:00

15 lines
271 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SDKCSharp.Request
{
/// <summary>
/// 元数据,放在属性上面,表示忽略签名
/// </summary>
sealed class IgnoreSign : Attribute
{
}
}