diff --git a/src/Gitee.API.Sandbox/Program.cs b/src/Gitee.API.Sandbox/Program.cs index 8b1ad6f9aa7d68c571f93c4352d6036e16cdb0ab..dcbea97bcce0127febb19b68a5b932ea8da30c0c 100644 --- a/src/Gitee.API.Sandbox/Program.cs +++ b/src/Gitee.API.Sandbox/Program.cs @@ -1,4 +1,4 @@ -using Gitee.Api; +using Gitee.Api; using Gitee.Api.Dto; using RestSharp; using System; @@ -10,7 +10,7 @@ namespace Gitee.API.Sandbox internal class Program { private static void Main(string[] args) - { + {// //try //{ // var jtk = Newtonsoft.Json.Linq.JToken.Parse(System.IO.File.ReadAllText("json1.json"));