From d05d865b0de8b30fd1f1e2a31a0fcd9554832206 Mon Sep 17 00:00:00 2001 From: ayflying Date: Tue, 25 Mar 2025 16:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E6=B3=A8?= =?UTF-8?q?=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/load.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/load.go b/cmd/load.go index 28ee8de..7ac74f9 100644 --- a/cmd/load.go +++ b/cmd/load.go @@ -16,8 +16,6 @@ func RegistrationAnonymous(group *ghttp.RouterGroup) (res []interface{}) { // 注册用户方法 func RegistrationUser(group *ghttp.RouterGroup) (res []interface{}) { - group.Bind( - callback.NewV1(), - ) + group.Bind() return }