This commit is contained in:
root
2019-12-27 14:25:25 +08:00
parent 86357c91bd
commit 1297a0dc44
2 changed files with 62 additions and 23 deletions

View File

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