添加C#sdk

This commit is contained in:
tanghc
2019-04-03 18:00:31 +08:00
parent 8fb4a66109
commit 2cff1a7c0b
35 changed files with 13483 additions and 0 deletions

View 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
{
}
}