修改后处理上传
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-04 10:14:14 +08:00
parent 68052766f8
commit 317184ba7a
3 changed files with 10 additions and 2 deletions
@@ -185,8 +185,8 @@ namespace IRaCIS.Core.Application.Service
// 格式化并输出 JSON
var formattedJson = jsonObject.ToString(Formatting.Indented);
Console.WriteLine(formattedJson);
Console.WriteLine(formattedJson);
var tokenResponse=JsonConvert.DeserializeObject<LogtoTokenResponse>(responseBody);