1
This commit is contained in:
parent
6818f518e7
commit
1762065c8a
@ -20,6 +20,9 @@ func (this *GmApi) ExecCmd(c *gin.Context) {
|
|||||||
if s == nil {
|
if s == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if f5.IsOnlineEnv() {
|
||||||
|
return
|
||||||
|
}
|
||||||
reqJson := struct {
|
reqJson := struct {
|
||||||
Cmd string `json:"cmd"`
|
Cmd string `json:"cmd"`
|
||||||
}{}
|
}{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user