This commit is contained in:
aozhiwei 2024-11-20 13:45:07 +08:00
parent 6818f518e7
commit 1762065c8a

View File

@ -20,6 +20,9 @@ func (this *GmApi) ExecCmd(c *gin.Context) {
if s == nil {
return
}
if f5.IsOnlineEnv() {
return
}
reqJson := struct {
Cmd string `json:"cmd"`
}{}