|
@@ -626,7 +626,7 @@ Route::middleware('admin')->prefix('admin')->group(function(){
|
|
|
Route::any('lottery_riddle_record/down_excel',[App\Http\Controllers\Admin\LotteryRiddleRecord::class,'down_excel']);
|
|
|
|
|
|
|
|
|
- /* 灯谜活动 */
|
|
|
+ /* 答题活动 */
|
|
|
// 列表
|
|
|
Route::any('riddle_active/index',[App\Http\Controllers\Admin\RiddleActive::class,'index']);
|
|
|
// 详情
|
|
@@ -636,7 +636,7 @@ Route::middleware('admin')->prefix('admin')->group(function(){
|
|
|
// 状态
|
|
|
Route::any('riddle_active/set_status',[App\Http\Controllers\Admin\RiddleActive::class,'set_status']);
|
|
|
|
|
|
- /* 灯谜题目 */
|
|
|
+ /* 答题题目 */
|
|
|
// 列表
|
|
|
Route::any('riddle_question/index',[App\Http\Controllers\Admin\RiddleQuestion::class,'index']);
|
|
|
// 详情
|
|
@@ -646,13 +646,13 @@ Route::middleware('admin')->prefix('admin')->group(function(){
|
|
|
// 状态
|
|
|
Route::any('riddle_question/set_status',[App\Http\Controllers\Admin\RiddleQuestion::class,'set_status']);
|
|
|
|
|
|
- /* 灯谜记录 */
|
|
|
+ /* 答题记录 */
|
|
|
// 列表
|
|
|
Route::any('riddle_active_record/index',[App\Http\Controllers\Admin\RiddleActiveRecord::class,'index']);
|
|
|
// 下载列表
|
|
|
Route::any('riddle_active_record/down_excel',[App\Http\Controllers\Admin\RiddleActiveRecord::class,'down_excel']);
|
|
|
|
|
|
- /* 灯谜选项 */
|
|
|
+ /* 答题选项 */
|
|
|
// 列表
|
|
|
Route::any('riddle_answer/index',[App\Http\Controllers\Admin\RiddleAnswer::class,'index']);
|
|
|
// 详情
|