Waiting interest list

This commit is contained in:
CHIEFSOFT\ameye
2023-06-25 18:58:38 -04:00
parent 257c262783
commit 00afe4a019
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -111,6 +111,8 @@ $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/sendinterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/waitinginterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendmoneyfee', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getpendingjobs', 'WrenchApi::apigate');
+1
View File
@@ -59,6 +59,7 @@ class WrenchApi extends BaseController
'countrybanks' =>['POST'],
'sendmoney' => ['POST'],
'sendinterest' => ['POST'],
'waitinginterest' => ['POST'],
'sendmoneyfee' => ['POST'],
'getpendingjobs' => ['POST'],
'taskmessage' => ['POST'],