Manager offers liist

This commit is contained in:
CHIEFSOFT\ameye
2023-05-06 16:39:49 -04:00
parent 86aa029442
commit 74b30d41de
7 changed files with 17 additions and 0 deletions
+4
View File
@@ -80,6 +80,7 @@ class WrenchApi extends BaseController
'refferhx' => ['POST'],
'accounttypes' => ['POST'],
'jobmanagerlist' => ['POST'],
'jobmanageroffers'=> ['POST'],
'profilepasschange' => ['POST'],
'starttopup' => ['POST'],
];
@@ -88,6 +89,9 @@ class WrenchApi extends BaseController
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
switch ($endpoint) {
case 'jobmanageroffers':
$in["action"] = WRENCHBOARD_JOB_OFFERS;
break;
case 'stepresetpass':
if($in['step']==300){
$in["action"] = WRENCHBOARD_COMPLETE_PASSWORDRESET;