mirror of
https://github.com/snltty/linker.git
synced 2025-10-15 21:50:42 +08:00
改了很多东西
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user