fix(identity-service): 种子用户序列号改为 D25129999999

避免与真实用户序列号冲突

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-21 23:36:54 -08:00
parent 1f15c494c1
commit 0220650cd9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const SYSTEM_ACCOUNTS = [
},
{
userId: BigInt(5),
accountSequence: 'D25122100000', // 种子用户 (序号0真实用户从1开始)
accountSequence: 'D25129999999', // 种子用户 (特殊序号,区别于真实用户)
nickname: '种子用户',
referralCode: 'SEED01',
status: 'ACTIVE', // 必须是 ACTIVE 才能作为推荐人