优化接口、仓储层
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
}
|
||||
|
||||
string accessPath = $"{OptionsSetting.Upload.UploadUrl}/{finalFilePath.Replace("wwwroot", "").Replace("\\", "/")}";
|
||||
return OutputJson(ToJson(1, accessPath));
|
||||
return ToResponse(ToJson(1, accessPath));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user