From e74fc6069c7b51ec7d8c3762403a76cf1353e005 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Wed, 13 May 2026 09:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=9F=E6=88=90=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/scripts/gen_auth_token_signature.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/scripts/gen_auth_token_signature.php b/server/scripts/gen_auth_token_signature.php index 1db222f..47328a1 100644 --- a/server/scripts/gen_auth_token_signature.php +++ b/server/scripts/gen_auth_token_signature.php @@ -11,8 +11,8 @@ declare(strict_types=1); $options = getopt('', ['agent_id:', 'secret:', 'time::']); -$agentId = $options['agent_id'] ?? ''; -$secret = $options['secret'] ?? ''; +$agentId = $options['agent_id'] ?? '5ef059938ba799aaa845e1c2e8a762bd'; +$secret = $options['secret'] ?? 'xF75oK91TQj13s0UmNIr1NBWMWGfflNO'; $time = $options['time'] ?? (string) time(); if ($agentId === '' || $secret === '' || $time === '') {