manager active job list

This commit is contained in:
CHIEFSOFT\ameye
2023-05-14 14:15:46 -04:00
parent 5babad7684
commit 7f0a18fae2
6 changed files with 31 additions and 18 deletions
+1
View File
@@ -220,6 +220,7 @@ define('WRENCHBOARD_ACCOUNT_END', 11999);
define('WRENCHBOARD_JOB_POSTAGREE', 13002);
define('WRENCHBOARD_JOB_LISTJOBS', 13005);
define('WRENCHBOARD_JOB_OFFERS', 13006);
define('WRENCHBOARD_JOB_ACTIVE', 13008);
define('WRENCHBOARD_JOB_CREATEJOB',13010 );
define('WRENCHBOARD_JOB_DELETEJOB',13011 );
+1
View File
@@ -76,6 +76,7 @@ $routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageroffers', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageractive', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagercreatejob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerupdatejob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerdeletejob', 'WrenchApi::apigate');