fix(infra): support configuring the HTTP schema of storage upload in … (#450)

This commit is contained in:
junwen-lee
2025-08-01 12:16:57 +08:00
committed by GitHub
parent 6f305e33aa
commit 568819b8e5
6 changed files with 17 additions and 11 deletions

View File

@@ -20,9 +20,10 @@ import (
"net/http"
"strconv"
"github.com/coze-dev/coze-studio/backend/domain/plugin/entity"
"github.com/getkin/kin-openapi/openapi3"
"github.com/coze-dev/coze-studio/backend/domain/plugin/entity"
"github.com/coze-dev/coze-studio/backend/api/model/crossdomain/plugin"
common "github.com/coze-dev/coze-studio/backend/api/model/plugin_develop_common"
"github.com/coze-dev/coze-studio/backend/pkg/errorx"