update: telegram bot modularization

This commit is contained in:
tokumeikoi
2022-01-27 01:46:26 +08:00
parent 1790de63f6
commit 5bf1dd3426
12 changed files with 279 additions and 156 deletions

View File

@ -110,6 +110,8 @@ class AdminRoute
$router->post('/payment/getPaymentForm', 'Admin\\PaymentController@getPaymentForm');
$router->post('/payment/save', 'Admin\\PaymentController@save');
$router->post('/payment/drop', 'Admin\\PaymentController@drop');
// System
$router->get ('/system/getStatus', 'Admin\\SystemController@getStatus');
});
}
}