|
$router->match(['get', 'post'], '/payment/notify/{method}/{uuid}', 'Guest\\PaymentController@notify');
|
|
$router->match(['get', 'post'], '/payment/notify/{method}/{uuid}', 'Guest\\PaymentController@notify');
|
|
$router->get ('/comm/config', 'Guest\\CommController@config');
|
|
$router->get ('/comm/config', 'Guest\\CommController@config');
|