mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
添加C#sdk
This commit is contained in:
14
sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs
Normal file
14
sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace SDKCSharp.Request
|
||||
{
|
||||
/// <summary>
|
||||
/// 元数据,放在属性上面,表示忽略签名
|
||||
/// </summary>
|
||||
sealed class IgnoreSign : Attribute
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user