fix
This commit is contained in:
parent
7e333b47f2
commit
2f269bd147
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user