Active job list

This commit is contained in:
CHIEFSOFT\ameye
2023-05-18 10:27:38 -04:00
parent 1dfdebf8ca
commit c9983673b3
8 changed files with 75 additions and 20 deletions
+4 -1
View File
@@ -41,6 +41,7 @@ $endpoints = array(
'getpendingjobs' => array('POST'),
'taskmessage' => array('POST'),
'sendtaskmessage' => array('POST'),
'activejobmsglist' => array('POST'),
'getwallets' => array('POST'),
'sitecontact' => array('POST'),
'signupcountry' => array('POST'),
@@ -383,7 +384,9 @@ switch ($endpoint) {
break;
case 'sendtaskmessage': $in["action"] = WRENCHBOARD_MOBILE_SENDTASKMESSAGE;
break;
case 'activejobmsglist':
$in["action"] = WRENCHBOARD_CONTRACT_MSGLIST;
break;
case 'getwallets': $in["action"] = WRENCHBOARD_ACCOUNT_WALLETS;
break;