1
This commit is contained in:
parent
6818f518e7
commit
1762065c8a
@ -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"`
|
||||
}{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user