New send money

This commit is contained in:
CHIEFSOFT\ameye
2024-07-08 13:36:59 -04:00
parent d9a69cc3c5
commit 1da40abc03
2 changed files with 48 additions and 2 deletions
+3 -1
View File
@@ -167,7 +167,9 @@ $routes->post('/en/wrench/api/v1/accounttypes', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendmoney', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendmoney', 'WrenchWallet::sendMoney');//'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/sendinterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/waitinginterest', 'WrenchApi::apigate');