From 2112e8632927a3ccb7cee1794c91c455c0210c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 17 Oct 2024 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99Slug?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/http/request/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/http/request/app.go b/internal/http/request/app.go index 86c69cfc..774b2a43 100644 --- a/internal/http/request/app.go +++ b/internal/http/request/app.go @@ -6,7 +6,7 @@ type App struct { } type AppSlug struct { - Slug string `json:"slug" form:"slug" validate:"required,exists=apps slug"` + Slug string `json:"slug" form:"slug" validate:"required"` } type AppUpdateShow struct {