原 executeAllocations 使用了错误的 FundAllocationItem 字段名: - targetAccountId → 应为 targetId - 缺少 allocationType 字段 - targetType 错误地使用了 rightType 值而非 'USER'|'SYSTEM' 导致所有预种订单的 SHARE_RIGHT/COMMUNITY_RIGHT 等权益分配静默失败, 资金未能分配到推荐人/社区/省市账户,同时流水明细中也不显示预种记录。 修复内容: 1. WalletServiceClient 新增 allocatePrePlantingFunds 方法(使用正确格式) 2. executeAllocations 改用新方法,正确设置 targetType/targetId/allocationType 3. InternalPrePlantingController 新增 POST /admin/retry-rewards 历史数据修复端点 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||