Files
wenzi/frontend/h5/cypress/fixtures/invite-records.json

58 lines
1.3 KiB
JSON
Raw Normal View History

{
"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
}
}