|
@@ -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');
|