Files
wenzi/frontend/h5/cypress/fixtures/invite-records.json
Your Name 91a0b77f7a test(cache): 修复CacheConfigTest边界值测试
- 修改 shouldVerifyCacheManager_withMaximumIntegerTtl 为 shouldVerifyCacheManager_withMaximumAllowedTtl
- 使用正确的最大TTL值(10080分钟,7天)而不是 Integer.MAX_VALUE
- 新增 shouldThrowException_whenTtlExceedsMaximum 测试验证边界检查
- 所有1266个测试用例通过
- 覆盖率: 指令81.89%, 行88.48%, 分支51.55%

docs: 添加项目状态报告
- 生成 PROJECT_STATUS_REPORT.md 详细记录项目当前状态
- 包含质量指标、已完成功能、待办事项和技术债务
2026-03-02 13:31:54 +08:00

58 lines
1.3 KiB
JSON

{
"success": true,
"data": [
{
"id": "1",
"userId": "10",
"inviteePhone": "138****8001",
"inviteeNickname": "新用户A",
"level": 1,
"reward": 10.00,
"status": "COMPLETED",
"createdAt": "2026-01-20T10:00:00Z",
"completedAt": "2026-01-20T10:15:00Z"
},
{
"id": "2",
"userId": "11",
"inviteePhone": "138****8002",
"inviteeNickname": "新用户B",
"level": 1,
"reward": 10.00,
"status": "COMPLETED",
"createdAt": "2026-01-19T14:30:00Z",
"completedAt": "2026-01-19T14:45:00Z"
},
{
"id": "3",
"userId": "12",
"inviteePhone": "138****8003",
"inviteeNickname": "新用户C",
"level": 2,
"reward": 5.00,
"status": "COMPLETED",
"createdAt": "2026-01-18T09:15:00Z",
"completedAt": "2026-01-18T09:30:00Z"
},
{
"id": "4",
"userId": "13",
"inviteePhone": "138****8004",
"inviteeNickname": "待激活用户",
"level": 1,
"reward": 0.00,
"status": "PENDING",
"createdAt": "2026-01-22T16:20:00Z",
"completedAt": null
}
],
"summary": {
"totalInvites": 15,
"completedInvites": 12,
"pendingInvites": 3,
"totalRewards": 125.00,
"level1Rewards": 100.00,
"level2Rewards": 20.00,
"level3Rewards": 5.00
}
}