This commit is contained in:
Your Name
2026-04-17 13:50:31 +08:00
parent 99263d6528
commit bc1e2fddef
268 changed files with 297 additions and 291 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class UploadService
'type' => $file['type'],
'name' => $file['name'],
'uri' => FileService::getFileUrl($file['uri']),
'url' => $file['uri']
'url' => FileService::getFileUrl($file['uri'])
];
} catch (Exception $e) {