C#SDK提交

This commit is contained in:
tanghc
2019-04-04 17:03:39 +08:00
parent 40872e1872
commit 90b4ef1564
5 changed files with 86 additions and 106 deletions

View File

@@ -36,9 +36,9 @@ namespace SDKCSharp.Response
public string SubMsg { get; set; }
/// <summary>
/// 数据
/// 响应原始内容
/// </summary>
[JsonProperty("body")]
[JsonIgnore]
public string Body { get; set; }
/// <summary>