feat: add upload logic

This commit is contained in:
王性驊 2025-11-12 15:40:49 +08:00
parent 28b232159f
commit 3a3b3c99f0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"backend/internal/logic/fileStorage" "backend/internal/logic/fileStorage"
"backend/internal/svc" "backend/internal/svc"
"backend/internal/types" "backend/internal/types"
"github.com/zeromicro/go-zero/rest/httpx" "github.com/zeromicro/go-zero/rest/httpx"
) )