4.7.3 Community Rewards & Invites
GET /community/rewards — Referral Reward Records
ReferralRewardVO:
| Field | Type | Description |
|---|---|---|
| reward_no | string | Reward order number |
| reward_type | string | Reward type |
| currency | string | Currency |
| amount | number | Reward amount |
| source_user_id | int64 | Source user ID |
| status | string | Status: PENDING / PAID |
| gen_time | datetime | Generation time |
| pay_time | datetime | Payout time |
GET /community/invite — Invite Information
Response (InviteInfoVO):
| Field | Type | Description |
|---|---|---|
| invite_code | string | Invite code |
| direct_count | int64 | Direct referral count |
| personal_achieved | number | Personal performance |
| team_achieved | number | Team performance |
| min_zone_achieved | number | Minimum zone performance |
| teams | int32 | Number of teams |
| effective_direct_count | int64 | Effective direct referral count |