Recipients list

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-22 15:15:04 -04:00
parent a0f75d63b0
commit ae67da918b
5 changed files with 32 additions and 1 deletions
+7
View File
@@ -195,6 +195,13 @@ define('WRENCHBOARD_USER_SENDJOBINT', 11052);
define('WRENCHBOARD_ACCOUNT_WALLETS', 11060);
define('WRENCHBOARD_ACCOUNT_PRICE_COMBO', 11171);
define('WRENCHBOARD_ACCOUNT_JOBPOST_DURATION', 11173);
define('WRENCHBOARD_ACCOUNT_USER_RECIPEINT', 11175);
define('WRENCHBOARD_ACCOUNT_ACCOUNT_TYPES', 11177);
define('WRENCHBOARD_ACCOUNT_COUNTRY_COMBO', 11179);
define('WRENCHBOARD_ACCOUNT_JOB_COUNTRY', 11181);
define('WRENCHBOARD_USER_DELETEACC', 11990);
define('WRENCHBOARD_ACCOUNT_END', 11999);
//**************************************************************
+2
View File
@@ -59,6 +59,8 @@ $routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', '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');