1.优化色子奖励权重表备注没有更新上去

This commit is contained in:
2026-06-04 14:42:22 +08:00
parent 8a4a268526
commit 0cc81299f0
2 changed files with 24 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ declare(strict_types=1);
$options = getopt('', ['agent_id:', 'secret:', 'time::']);
$agentId = $options['agent_id'] ?? '202cb962ac59075b964b07152d234b70';
$agentId = $options['agent_id'] ?? '76dc611d6ebaafc66cc0879c71b5db5c';
$secret = $options['secret'] ?? 'xF75oK91TQj13s0UmNIr1NBWMWGfflNO';
$time = $options['time'] ?? (string) time();