Merge branch 'refs/heads/feat-cmd' into release

This commit is contained in:
junleea 2025-03-11 15:32:53 +08:00
commit 16014ff420
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func ShellWillRunFromServer() {
return 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 var req proto.SyncUserShellResp
req.Token = worker.GetRedisSetMembers("super_permission_tokens")[0] req.Token = worker.GetRedisSetMembers("super_permission_tokens")[0]
req.Shells = resp req.Shells = resp