feat: add referral_code

This commit is contained in:
2026-06-06 13:10:25 +03:30
parent 0f5f7835e7
commit 6c602af9eb
5 changed files with 120 additions and 0 deletions
+3
View File
@@ -95,6 +95,9 @@
Route::get('/users/{mobile}/status-v1', 'getUserStatusV1');
Route::put('/users/{mobile}/status', 'subscribeUser');
Route::delete('/users/{mobile}/status', 'unsubscribeUser');
// Referral free-month rewards (کد معرف)
Route::get('/referral-rewards', 'pendingReferralRewards');
Route::post('/referral-rewards/{user}/fulfill', 'fulfillReferralReward');
});
});
///promotions