This commit is contained in:
2025-07-21 13:36:40 +08:00
parent 4e8a099078
commit 4c5da5cedc
40 changed files with 276 additions and 226 deletions

View File

@@ -52,7 +52,7 @@ namespace MyCode.Project.Infrastructure.Common
var jsonStr = jsonObject.ToJson();
var result = webUtils.DoPostJson(url, jsonStr);
//var result = webUtils.DoPostJson(url, jsonStr);
return Task.CompletedTask;
}