diff --git a/service/shellService.go b/service/shellService.go index 90a30ed..2a00982 100644 --- a/service/shellService.go +++ b/service/shellService.go @@ -61,7 +61,7 @@ func ShellWillRunFromServer() { return } //返回执行结果 - url := "https://" + proto.Config.MASTER_SERVER_DOMAIN + "/shell/update" + url := "https://" + proto.Config.MASTER_SERVER_DOMAIN + "/shell/update?super_id=1" var req proto.SyncUserShellResp req.Token = worker.GetRedisSetMembers("super_permission_tokens")[0] req.Shells = resp