This commit is contained in:
laodaming
2023-06-25 12:16:01 +08:00
parent cd8a578dfe
commit 81b315b12b
5 changed files with 75 additions and 20 deletions

View File

@@ -4,12 +4,10 @@ import (
"errors"
"net/http"
"fusenapi/utils/basic"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/rest/httpx"
"fusenapi/utils/auth"
"fusenapi/utils/basic"
"fusenapi/server/product-templatev2/internal/logic"
"fusenapi/server/product-templatev2/internal/svc"
"fusenapi/server/product-templatev2/internal/types"