songdb 6 years ago
parent
commit
ac6f5748e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Routes/Wap/WapRoutes.php

+ 1 - 1
app/Http/Routes/Wap/WapRoutes.php

@@ -242,7 +242,7 @@ Route::group(['domain'=>env('WAP_DOMAIN'),'namespace'=>'App\Http\Controllers\Wap
 
         Route::get('activity/channel','Web\ActivityController@channelCustomActivity');
 
-        Route::get('welfare/giving','Web\ActivityController@channelCustomActivity');
+        Route::get('welfare/giving','Web\WelfareController@giving');
 
         //继续阅读
         Route::get('continue','User\ReadRecordController@latestRead');