feat(asset): remove URL field from Asset model and related functions

This commit is contained in:
mlogclub
2026-04-17 11:19:13 +08:00
parent c4aeea5581
commit 2464bbe428
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -107,7 +107,6 @@ func (s *assetService) Upload(reader io.Reader, info storage.UploadInfo) (*model
AssetID: assetID,
Provider: provider.ProviderType(),
StorageKey: key,
URL: provider.GetURL(key),
Filename: info.Filename,
FileSize: info.FileSize,
MimeType: info.MimeType,