offerinterestlistmsg
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user