|
|
@@ -23,7 +23,7 @@ Route::prefix('/ActivityReward')->group(function () {
|
|
|
Route::post('/participate', [ActivityReward::class, 'participate']);
|
|
|
Route::post('/sendPhoneCode', [ActivityReward::class, 'sendPhoneCode']);
|
|
|
Route::post('/verifyPhone', [ActivityReward::class, 'verifyPhone']);
|
|
|
- Route::get('/role', [ActivityReward::class, 'role']);
|
|
|
+ Route::get('/rule', [ActivityReward::class, 'rule']);
|
|
|
|
|
|
|
|
|
});
|