update frontend

This commit is contained in:
Tokumeikoi
2020-02-01 21:54:08 +08:00
parent 1b23998248
commit a8db24492b
6 changed files with 38 additions and 38 deletions

View File

@ -12,7 +12,7 @@ class ClientRoute
'middleware' => 'client'
], function ($router) {
// Plan
$router->get('/plan/fetch', 'Guest\\PlanController@fetch');
$router->get ('/plan/fetch', 'Guest\\PlanController@fetch');
// Order
$router->post('/order/alipayNotify', 'Guest\\OrderController@alipayNotify');
$router->post('/order/stripeNotify', 'Guest\\OrderController@stripeNotify');