offerinterestlistmsg

This commit is contained in:
CHIEFSOFT\ameye
2023-06-23 14:38:49 -04:00
parent 62ccc87733
commit 247bdf5a13
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -109,6 +109,7 @@ class WrenchApi extends BaseController
'offersinterestlist' => ['POST'],
'offersinterestproc' => ['POST'],
'offerinterestmsg' => ['POST'],
'offerinterestlistmsg' => ['POST'],
'payprevcard' => ['POST'],
'paynewcard' => ['POST'],
'paylistcard' => ['POST'],
@@ -134,6 +135,9 @@ class WrenchApi extends BaseController
break;
case 'offerinterestmsg':
$in["action"] = WRENCHBOARD_JOB_MRKTINT_QUEST;
break;
case 'offerinterestlistmsg':
break;
case 'offersinterestproc':
$in = $this->procOfferInterest($in);