This commit is contained in:
root
2020-01-18 18:41:02 +08:00
parent e576d82955
commit f03dbd1dcb
5 changed files with 7 additions and 6 deletions

View File

@ -134,6 +134,7 @@ Route::prefix('v1')
Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
Route::post('order/bitpayXNotify', 'Guest\\OrderController@bitpayXNotify');
Route::post('order/payTaroNotify', 'Guest\\OrderController@payTaroNotify');
});
// Client
Route::prefix('client')