This commit is contained in:
2024-07-17 12:07:27 +08:00
parent ff038ff1d5
commit 96875e8afc
4 changed files with 7 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ namespace Tnb.BasicData
stopwatch.Stop();
var elapsedMilliseconds = stopwatch.ElapsedMilliseconds;
ThirdResult thirdResult = null;
ThirdResult thirdResult = new ThirdResult();
try
{
thirdResult = JsonConvert.DeserializeObject<ThirdResult>(response);