改了很多东西

This commit is contained in:
snltty
2024-10-22 17:05:47 +08:00
parent 47404bf414
commit d3fead6041
45 changed files with 298 additions and 1260 deletions

View File

@@ -92,7 +92,7 @@ namespace linker.libs.api
{
return new ApiControllerResponseInfo
{
Content = "not exists this path",
Content = $"{model.Path} not exists",
RequestId = model.RequestId,
Path = model.Path,
Code = ApiControllerResponseCodes.NotFound