From 400e88dbc586cedd7fb279007c7792c566af164a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=BA?= <7884857+zhang_qi_rst@user.noreply.gitee.com> Date: Fri, 3 Sep 2021 05:46:02 +0000 Subject: [PATCH] test --- src/Gitee.API.Sandbox/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gitee.API.Sandbox/Program.cs b/src/Gitee.API.Sandbox/Program.cs index 8b1ad6f..dcbea97 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")); -- Gitee