添加日志输出

This commit is contained in:
junleea 2025-03-11 15:32:44 +08:00
parent bdc32ec806
commit 7672b3a638
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