Reffere hx

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 08:36:32 -04:00
parent 57c7567931
commit 3e53281ac5
9 changed files with 77 additions and 3 deletions
+3 -1
View File
@@ -70,7 +70,8 @@ class WrenchApi extends BaseController
'disableaccount' => ['POST'],
'myjobs' => ['POST'],
'recipients' => ['POST'],
'sendreferral' => ['POST']
'sendreferral' => ['POST'],
'refferhx' => ['POST']
];
return $endpoints;
}
@@ -263,6 +264,7 @@ class WrenchApi extends BaseController
case WRENCHBOARD_ACCOUNT_COUNTRY_COMBO: break ; // 11179);
case WRENCHBOARD_ACCOUNT_JOB_COUNTRY: break ; // 11181);
case 'sendreferral': $in["action"] =WRENCHBOARD_ACCOUNT_SENDREFER; break;
case 'refferhx': $in["action"] =WRENCHBOARD_ACCOUNT_REFFERHX; break;
}
$in["pid"] = 100;
return $in;