Interest message

This commit is contained in:
CHIEFSOFT\ameye
2023-06-23 11:45:35 -04:00
parent 421f25c80d
commit 47a78a5024
3 changed files with 14 additions and 5 deletions
+4
View File
@@ -108,6 +108,7 @@ class WrenchApi extends BaseController
'activetaskstatus'=> ['POST'],
'offersinterestlist' => ['POST'],
'offersinterestproc' => ['POST'],
'offerinterestmsg' => ['POST'],
'payprevcard' => ['POST'],
'paynewcard' => ['POST'],
'paylistcard' => ['POST'],
@@ -131,6 +132,9 @@ class WrenchApi extends BaseController
case 'payremcard':
// pending
break;
case 'offerinterestmsg':
$in["action"] = WRENCHBOARD_JOB_MRKTINT_QUEST;
break;
case 'offersinterestproc':
$in = $this->procOfferInterest($in);
break;