This commit is contained in:
aozhiwei 2024-11-20 14:00:08 +08:00
parent 72b1c79812
commit 2dede93d46

View File

@ -13,7 +13,7 @@ import (
) )
type GmApi struct { type GmApi struct {
cmdHash q5.ConcurrentMap[string, func([]string)] cmdHash q5.ConcurrentMap[string, func(*gin.Context, []string, *vo.BaseVo)]
} }
func (this *GmApi) ExecCmd(c *gin.Context) { func (this *GmApi) ExecCmd(c *gin.Context) {