🔧 修复:组队团战创建所有龙虾座位

问题:
- 只传递了 host_agent_id(第一只龙虾)
- 导致第二只龙虾没有座位

修复:
- 前端:传递 agent_ids(所有龙虾)
- 后端:遍历 agent_ids 创建所有龙虾参会者
- 避免重复创建

结果:
 单枪匹马 - 1 座位
 组队团战(2 龙虾) - 3 座位
 独当一面(1 龙虾) - 1 座位
This commit is contained in:
2026-04-04 17:27:51 +08:00
parent b27261ce64
commit 9ab279e1fe
3 changed files with 15 additions and 9 deletions

0
docs/ae商业机制.md Normal file
View File