Merge branch 'refs/heads/feat-cmd' into release
This commit is contained in:
commit
16014ff420
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue