Waiting interest list
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -59,6 +59,7 @@ class WrenchApi extends BaseController
|
||||
'countrybanks' =>['POST'],
|
||||
'sendmoney' => ['POST'],
|
||||
'sendinterest' => ['POST'],
|
||||
'waitinginterest' => ['POST'],
|
||||
'sendmoneyfee' => ['POST'],
|
||||
'getpendingjobs' => ['POST'],
|
||||
'taskmessage' => ['POST'],
|
||||
|
||||
Reference in New Issue
Block a user