feat: 附件上传

This commit is contained in:
2025-11-19 16:45:26 +08:00
parent dd3fd18132
commit 5af4d27532
17 changed files with 576 additions and 21 deletions

View File

@@ -110,4 +110,6 @@ public interface DevFileApi {
* @date 2024/7/26 16:10
*/
JSONObject getFileInfoById(String id);
JSONObject getFileInfoByUrl(String fileAddress);
}