env('APP_HOST_WEB'), 'prefix' => 'notify'],function (){ Route::match(['get','post'],'shop_order_wx', 'NotifyController@shopOrderPayWx')->name('notify.shop_order_wx'); Route::match(['get','post'],'shop_order_zfb', 'NotifyController@shopOrderPayZfb')->name('notify.shop_order_zfb'); Route::match(['get','post'],'order_wx', 'NotifyController@shopOrderPayWx')->name('notify.order_wx'); Route::match(['get','post'],'order_zfb', 'NotifyController@orderPayZfb')->name('notify.order_zfb'); });