This commit is contained in:
aozhiwei 2024-11-20 13:47:49 +08:00
parent 1762065c8a
commit 72b1c79812

View File

@ -1,7 +1,7 @@
package gm
import (
//"q5"
"q5"
"f5"
"main/constant"
"main/common"
@ -13,6 +13,7 @@ import (
)
type GmApi struct {
cmdHash q5.ConcurrentMap[string, func([]string)]
}
func (this *GmApi) ExecCmd(c *gin.Context) {