This commit is contained in:
liangzai 2025-03-14 13:55:50 +08:00
parent 7e333b47f2
commit 2f269bd147

View File

@ -3,11 +3,9 @@ package app
import ( import (
"net/http" "net/http"
"github.com/zeromicro/go-zero/rest/httpx"
"tydata-server/app/user/cmd/api/internal/logic/app" "tydata-server/app/user/cmd/api/internal/logic/app"
"tydata-server/app/user/cmd/api/internal/svc" "tydata-server/app/user/cmd/api/internal/svc"
"tydata-server/common/result" "tydata-server/common/result"
"tydata-server/pkg/lzkit/validator"
) )
func GetAppVersionHandler(svcCtx *svc.ServiceContext) http.HandlerFunc { func GetAppVersionHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {